Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dpio.c639 ctl = b43_piorx_read16(q, B43_PIO_RXCTL); in pio_rx_frame()
642 b43_piorx_write16(q, B43_PIO_RXCTL, in pio_rx_frame()
645 ctl = b43_piorx_read16(q, B43_PIO_RXCTL); in pio_rx_frame()
757 b43_piorx_write16(q, B43_PIO_RXCTL, B43_PIO_RXCTL_DATARDY); in pio_rx_frame()
H A Dpio.h29 #define B43_PIO_RXCTL 0x00 macro