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

/linux-master/drivers/base/regmap/
H A Dregmap-spi-avmm.c149 * @phy_len: length of valid data in phy_buf.
151 * @phy_buf: the bridge buffer for physical layer data.
165 char phy_buf[PHY_BUF_SIZE]; member in struct:spi_avmm_bridge
226 * them in br->phy_buf. Pad the phy_buf aligned with SPI's BPW. Store valid phy
229 * phy_buf len should be aligned with SPI's BPW. Spare bytes should be padded
255 pb = br->phy_buf;
256 pb_limit = pb + ARRAY_SIZE(br->phy_buf);
309 br->phy_len = pb - br->phy_buf;
316 if (aligned_phy_len > sizeof(br->phy_buf))
[all...]

Completed in 112 milliseconds