Home
last modified time | relevance | path

Searched refs:phy_buf (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/base/regmap/
A Dregmap-spi-avmm.c164 char phy_buf[PHY_BUF_SIZE]; member
261 pb = br->phy_buf; in br_pkt_phy_tx_prepare()
262 pb_limit = pb + ARRAY_SIZE(br->phy_buf); in br_pkt_phy_tx_prepare()
315 br->phy_len = pb - br->phy_buf; in br_pkt_phy_tx_prepare()
322 if (aligned_phy_len > sizeof(br->phy_buf)) in br_pkt_phy_tx_prepare()
330 memmove(&br->phy_buf[aligned_phy_len - move_size], pb_eop, move_size); in br_pkt_phy_tx_prepare()
349 br->swap_words(br->phy_buf, br->phy_len); in br_do_tx()
352 return spi_write(br->spi, br->phy_buf, br->phy_len); in br_do_tx()
375 pb = br->phy_buf; in br_do_rx_and_pkt_phy_parse()

Completed in 5 milliseconds