Lines Matching refs:__BIT

48 #define BWI_IMSTATE_INBAND_ERR		__BIT(17)
49 #define BWI_IMSTATE_TIMEOUT __BIT(18)
54 #define BWI_STATE_LO_RESET __BIT(0)
55 #define BWI_STATE_LO_DISABLE1 __BIT(1)
56 #define BWI_STATE_LO_DISABLE2 __BIT(2)
57 #define BWI_STATE_LO_CLOCK __BIT(16)
58 #define BWI_STATE_LO_GATED_CLOCK __BIT(17)
59 #define BWI_STATE_LO_FLAG_PHYCLKEN __BIT(0)
60 #define BWI_STATE_LO_FLAG_PHYRST __BIT(1)
61 #define BWI_STATE_LO_FLAG_PHYLNK __BIT(11)
65 #define BWI_STATE_HI_SERROR __BIT(0)
66 #define BWI_STATE_HI_BUSY __BIT(2)
100 #define BWI_CAP_CLKMODE __BIT(18)
110 #define BWI_CLOCK_CTRL_SLOW __BIT(11)
111 #define BWI_CLOCK_CTRL_IGNPLL __BIT(12)
112 #define BWI_CLOCK_CTRL_NODYN __BIT(13)
140 #define BWI_BUS_CONFIG_PREFETCH __BIT(2)
141 #define BWI_BUS_CONFIG_BURST __BIT(3)
142 #define BWI_BUS_CONFIG_MRM __BIT(5)
153 #define BWI_MAC_STATUS_ENABLE __BIT(0)
154 #define BWI_MAC_STATUS_UCODE_START __BIT(1)
155 #define BWI_MAC_STATUS_UCODE_JUMP0 __BIT(2)
156 #define BWI_MAC_STATUS_IHREN __BIT(10)
158 #define BWI_MAC_STATUS_BSWAP __BIT(16)
159 #define BWI_MAC_STATUS_INFRA __BIT(17)
160 #define BWI_MAC_STATUS_OPMODE_HOSTAP __BIT(18)
161 #define BWI_MAC_STATUS_RFLOCK __BIT(19)
162 #define BWI_MAC_STATUS_PASS_BCN __BIT(20)
163 #define BWI_MAC_STATUS_PASS_BADPLCP __BIT(21)
164 #define BWI_MAC_STATUS_PASS_CTL __BIT(22)
165 #define BWI_MAC_STATUS_PASS_BADFCS __BIT(23)
166 #define BWI_MAC_STATUS_PROMISC __BIT(24)
167 #define BWI_MAC_STATUS_HW_PS __BIT(25)
168 #define BWI_MAC_STATUS_WAKEUP __BIT(26)
169 #define BWI_MAC_STATUS_PHYLNK __BIT(31)
236 #define BWI_TXSTATUS0_VALID __BIT(0)
237 #define BWI_TXSTATUS0_ACKED __BIT(1)
239 #define BWI_TXSTATUS0_AMPDU __BIT(5)
240 #define BWI_TXSTATUS0_PENDING __BIT(6)
241 #define BWI_TXSTATUS0_PM __BIT(7)
265 #define BWI_TXRX32_CTRL_ENABLE __BIT(0)
353 #define BWI_PCIM_GPIO_OUT_CLKSRC __BIT(4)
356 #define BWI_PCIM_GPIO_PWR_ON __BIT(6)
357 #define BWI_PCIM_GPIO_PLL_PWR_OFF __BIT(7)
404 #define BWI_CARD_F_BT_COEXIST __BIT(0) /* Bluetooth coexist */
405 #define BWI_CARD_F_PA_GPIO9 __BIT(1) /* GPIO 9 controls PA */
406 #define BWI_CARD_F_SW_NRSSI __BIT(3)
407 #define BWI_CARD_F_NO_SLOWCLK __BIT(5) /* no slow clock */
408 #define BWI_CARD_F_EXT_LNA __BIT(12) /* external LNA */
409 #define BWI_CARD_F_ALT_IQ __BIT(15) /* alternate I/Q */
414 #define BWI_LED_ACT_LOW __BIT(7)
467 #define BWI_INTR_READY __BIT(0)
468 #define BWI_INTR_BEACON __BIT(1)
469 #define BWI_INTR_TBTT __BIT(2)
470 #define BWI_INTR_EO_ATIM __BIT(5) /* End of ATIM */
471 #define BWI_INTR_PMQ __BIT(6) /* XXX?? */
472 #define BWI_INTR_MAC_TXERR __BIT(9)
473 #define BWI_INTR_PHY_TXERR __BIT(11)
474 #define BWI_INTR_TIMER1 __BIT(14)
475 #define BWI_INTR_RX_DONE __BIT(15)
476 #define BWI_INTR_TX_FIFO __BIT(16) /* XXX?? */
477 #define BWI_INTR_NOISE __BIT(18)
478 #define BWI_INTR_RF_DISABLED __BIT(28)
479 #define BWI_INTR_TX_DONE __BIT(29)
491 #define BWI_TXRX_INTR_ERROR (__BIT(15) | __BIT(14) | __BITS(12, 10))
492 #define BWI_TXRX_INTR_RX __BIT(16)