Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/b43/
Dpio.c392 ctl |= B43_PIO8_TXCTL_0_7 | B43_PIO8_TXCTL_8_15 | in tx_write_4byte_queue()
405 ctl &= ~(B43_PIO8_TXCTL_8_15 | B43_PIO8_TXCTL_16_23 | in tx_write_4byte_queue()
409 ctl |= B43_PIO8_TXCTL_16_23 | B43_PIO8_TXCTL_8_15; in tx_write_4byte_queue()
415 ctl |= B43_PIO8_TXCTL_8_15; in tx_write_4byte_queue()
Dpio.h37 #define B43_PIO8_TXCTL_8_15 0x00000002 macro