Lines Matching refs:__BIT

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