Searched refs:phy_len (Results 1 – 1 of 1) sorted by relevance
161 unsigned int phy_len; member315 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()
Completed in 4 milliseconds