Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/broadcom/b43/
Dpio.c379 ctl |= B43_PIO8_TXCTL_0_7 | B43_PIO8_TXCTL_8_15 | in tx_write_4byte_queue()
392 ctl &= ~(B43_PIO8_TXCTL_8_15 | B43_PIO8_TXCTL_16_23 | in tx_write_4byte_queue()
396 ctl |= B43_PIO8_TXCTL_16_23 | B43_PIO8_TXCTL_8_15; in tx_write_4byte_queue()
402 ctl |= B43_PIO8_TXCTL_8_15; in tx_write_4byte_queue()
Dpio.h38 #define B43_PIO8_TXCTL_8_15 0x00000002 macro