Lines Matching refs:__BIT
134 #define BWI_DESC32_C_EOR __BIT(28)
135 #define BWI_DESC32_C_INTR __BIT(29)
136 #define BWI_DESC32_C_FRAME_END __BIT(30)
137 #define BWI_DESC32_C_FRAME_START __BIT(31)
161 #define BWI_RXH_F1_BCM2053_RSSI __BIT(14)
162 #define BWI_RXH_F1_SHPREAMBLE __BIT(7)
163 #define BWI_RXH_F1_OFDM __BIT(0)
165 #define BWI_RXH_F2_TYPE2FRAME __BIT(2)
167 #define BWI_RXH_F3_BCM2050_RSSI __BIT(10)
199 #define BWI_TXH_PHY_C_OFDM __BIT(0)
200 #define BWI_TXH_PHY_C_SHPREAMBLE __BIT(4)
203 #define BWI_TXH_MAC_C_ACK __BIT(0)
204 #define BWI_TXH_MAC_C_FIRST_FRAG __BIT(3)
205 #define BWI_TXH_MAC_C_HWSEQ __BIT(4)
206 #define BWI_TXH_MAC_C_FB_OFDM __BIT(8)
222 #define BWI_TXS_F_ACKED __BIT(0)
223 #define BWI_TXS_F_PENDING __BIT(5)
311 #define BWI_FW_IV_IS_32BIT __BIT(15)