Searched defs:BIT3 (Results 1 - 10 of 10) sorted by relevance

/drivers/staging/keucr/
H A Dsmilecc.c45 #define BIT3 0x08 macro
/drivers/staging/rtl8192e/
H A Drtl819x_Qos.h27 #define BIT3 0x00000008 macro
282 #define GET_BE_UAPSD(_apsd) ((_apsd) & BIT3)
283 #define SET_BE_UAPSD(_apsd) ((_apsd) |= BIT3)
/drivers/staging/vt6655/
H A D80211hdr.h41 #define BIT3 0x00000008 macro
165 #define WLAN_GET_FC_FTYPE(n) ((((unsigned short)(n) >> 8) & (BIT2 | BIT3)) >> 2)
177 #define WLAN_GET_SEQ_FRGNUM(n) (((unsigned short)(n) >> 8) & (BIT0|BIT1|BIT2|BIT3))
178 #define WLAN_GET_SEQ_SEQNUM(n) ((((unsigned short)(n) >> 8) & (~(BIT0|BIT1|BIT2|BIT3))) >> 4)
185 #define WLAN_GET_CAP_INFO_CFPOLLREQ(n) ((((n) >> 8) & BIT3) >> 3)
200 #define WLAN_GET_FC_FTYPE(n) ((((unsigned short)(n)) & (BIT2 | BIT3)) >> 2)
213 #define WLAN_GET_SEQ_FRGNUM(n) (((unsigned short)(n)) & (BIT0|BIT1|BIT2|BIT3))
214 #define WLAN_GET_SEQ_SEQNUM(n) ((((unsigned short)(n)) & (~(BIT0|BIT1|BIT2|BIT3))) >> 4)
221 #define WLAN_GET_CAP_INFO_CFPOLLREQ(n) (((n) & BIT3) >> 3)
/drivers/staging/vt6656/
H A D80211hdr.h39 #define BIT3 0x00000008 macro
161 #define WLAN_GET_FC_FTYPE(n) ((((WORD)(n) >> 8) & (BIT2 | BIT3)) >> 2)
174 #define WLAN_GET_SEQ_FRGNUM(n) (((WORD)(n) >> 8) & (BIT0|BIT1|BIT2|BIT3))
176 & (~(BIT0|BIT1|BIT2|BIT3))) >> 4)
182 #define WLAN_GET_CAP_INFO_CFPOLLREQ(n) ((((n) >> 8) & BIT3) >> 3)
196 #define WLAN_GET_FC_FTYPE(n) ((((WORD)(n)) & (BIT2 | BIT3)) >> 2)
208 #define WLAN_GET_SEQ_FRGNUM(n) (((WORD)(n)) & (BIT0|BIT1|BIT2|BIT3))
209 #define WLAN_GET_SEQ_SEQNUM(n) ((((WORD)(n)) & (~(BIT0|BIT1|BIT2|BIT3))) >> 4)
215 #define WLAN_GET_CAP_INFO_CFPOLLREQ(n) (((n) & BIT3) >> 3)
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_Qos.h7 #define BIT3 0x00000008 macro
404 #define GET_BE_UAPSD(_apsd) ((_apsd) & BIT3)
405 #define SET_BE_UAPSD(_apsd) ((_apsd) |= BIT3)
/drivers/scsi/
H A Ddc395x.h72 #define BIT3 0x00000008 macro
81 #define UNIT_RETRY BIT3
131 #define UNDER_RUN BIT3
176 #define WIDE_NEGO_DONE BIT3
632 #define ACTIVE_NEGATION BIT3
H A Dtmscsim.h188 #define BIT3 0x00000008 macro
197 #define UNIT_RETRY BIT3
209 #define SRB_MSGIN BIT3
226 #define UNDER_RUN BIT3
281 #define WIDE_NEGO_DONE BIT3 /* Not used ;-) */
336 #define SEND_START_ BIT3
343 #define ACTIVE_NEGATION BIT3
393 #define GROUP_CODE_VALID BIT3
402 #define SUCCESSFUL_OP BIT3
408 #define SYNC_OFFSET_FLAG BIT3
[all...]
/drivers/staging/rtl8187se/
H A Dr8180_hw.h27 #define BIT3 0x00000008 macro
/drivers/video/via/
H A Dshare.h31 #define BIT3 0x08 macro
/drivers/staging/rtl8192u/
H A Dr8192U.h54 #define BIT3 0x00000008 macro
101 #define COMP_RECV BIT3 // Reveive part data path.

Completed in 75 milliseconds