Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/b43/
Dpio.c394 b43_piotx_write32(q, B43_PIO8_TXCTL, ctl); in tx_write_4byte_queue()
423 b43_piotx_write32(q, B43_PIO8_TXCTL, ctl); in tx_write_4byte_queue()
440 ctl = b43_piotx_read32(q, B43_PIO8_TXCTL); in pio_tx_frame_4byte_queue()
775 b43_piotx_write32(q, B43_PIO8_TXCTL, in b43_pio_tx_suspend_queue()
776 b43_piotx_read32(q, B43_PIO8_TXCTL) in b43_pio_tx_suspend_queue()
788 b43_piotx_write32(q, B43_PIO8_TXCTL, in b43_pio_tx_resume_queue()
789 b43_piotx_read32(q, B43_PIO8_TXCTL) in b43_pio_tx_resume_queue()
Dpio.h35 #define B43_PIO8_TXCTL 0x00 macro