Searched refs:B43_PIO_TXCTL (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/wireless/broadcom/b43/ |
D | pio.c | 327 b43_piotx_write16(q, B43_PIO_TXCTL, ctl); in tx_write_2byte_queue() 338 b43_piotx_write16(q, B43_PIO_TXCTL, ctl); in tx_write_2byte_queue() 357 ctl = b43_piotx_read16(q, B43_PIO_TXCTL); in pio_tx_frame_2byte_queue() 367 b43_piotx_write16(q, B43_PIO_TXCTL, ctl); in pio_tx_frame_2byte_queue() 437 b43_piotx_write32(q, B43_PIO_TXCTL, ctl); in pio_tx_frame_4byte_queue() 784 b43_piotx_write16(q, B43_PIO_TXCTL, in b43_pio_tx_suspend_queue() 785 b43_piotx_read16(q, B43_PIO_TXCTL) in b43_pio_tx_suspend_queue() 797 b43_piotx_write16(q, B43_PIO_TXCTL, in b43_pio_tx_resume_queue() 798 b43_piotx_read16(q, B43_PIO_TXCTL) in b43_pio_tx_resume_queue()
|
D | pio.h | 15 #define B43_PIO_TXCTL 0x00 macro
|