Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/base/regmap/
H A Dregmap-spi-avmm.c161 unsigned int phy_len; member
315 br->phy_len = pb - br->phy_buf; in br_pkt_phy_tx_prepare()
321 aligned_phy_len = ALIGN(br->phy_len, br->word_len); in br_pkt_phy_tx_prepare()
325 if (aligned_phy_len == br->phy_len) in br_pkt_phy_tx_prepare()
333 memset(pb_eop, PHY_IDLE, aligned_phy_len - br->phy_len); in br_pkt_phy_tx_prepare()
336 br->phy_len = aligned_phy_len; 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()
560 br->phy_len = 0; in do_reg_access()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/base/regmap/
H A Dregmap-spi-avmm.c161 unsigned int phy_len; member
315 br->phy_len = pb - br->phy_buf; in br_pkt_phy_tx_prepare()
321 aligned_phy_len = ALIGN(br->phy_len, br->word_len); in br_pkt_phy_tx_prepare()
325 if (aligned_phy_len == br->phy_len) in br_pkt_phy_tx_prepare()
333 memset(pb_eop, PHY_IDLE, aligned_phy_len - br->phy_len); in br_pkt_phy_tx_prepare()
336 br->phy_len = aligned_phy_len; 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()
560 br->phy_len = 0; in do_reg_access()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/base/regmap/
H A Dregmap-spi-avmm.c161 unsigned int phy_len; member
315 br->phy_len = pb - br->phy_buf; in br_pkt_phy_tx_prepare()
321 aligned_phy_len = ALIGN(br->phy_len, br->word_len); in br_pkt_phy_tx_prepare()
325 if (aligned_phy_len == br->phy_len) in br_pkt_phy_tx_prepare()
333 memset(pb_eop, PHY_IDLE, aligned_phy_len - br->phy_len); in br_pkt_phy_tx_prepare()
336 br->phy_len = aligned_phy_len; 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()
560 br->phy_len = 0; in do_reg_access()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_iwnreg.h1236 uint8_t phy_len; member