[go: nahoru, domu]

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

/drivers/net/wireless/rtlwifi/btcoexist/
H A Dhalbt_precomp.h50 #define BIT2 0x00000004 macro
/drivers/staging/rtl8188eu/include/
H A Dosdep_service.h109 #define BIT2 0x00000004 macro
H A Drtl8188e_spec.h28 #define BIT2 0x00000004 macro
542 #define CMD_EFUSE_PATCH BIT2
553 #define RRSR_5_5M BIT2
578 #define BW_OPMODE_20MHZ BIT2
612 #define WOW_MAGIC BIT2 /* Magic packet */
640 #define IMR_VODOK_88E BIT2 /* AC_VO DMA OK */
703 #define StopBE BIT2
730 #define RCR_AM BIT2 /* Accept multicast packet */
1202 #define SDIO_HIMR_TXERR_MSK BIT2
1228 #define SDIO_HISR_TXERR BIT2
[all...]
/drivers/staging/rtl8192e/
H A Drtl819x_Qos.h26 #define BIT2 0x00000004 macro
242 #define GET_BK_UAPSD(_apsd) ((_apsd) & BIT2)
243 #define SET_BK_UAPSD(_apsd) ((_apsd) |= BIT2)
/drivers/staging/vt6655/
H A D80211hdr.h39 #define BIT2 0x00000004 macro
159 #define WLAN_GET_FC_FTYPE(n) ((((unsigned short)(n) >> 8) & (BIT2 | BIT3)) >> 2)
171 #define WLAN_GET_SEQ_FRGNUM(n) (((unsigned short)(n) >> 8) & (BIT0|BIT1|BIT2|BIT3))
172 #define WLAN_GET_SEQ_SEQNUM(n) ((((unsigned short)(n) >> 8) & (~(BIT0|BIT1|BIT2|BIT3))) >> 4)
177 #define WLAN_GET_CAP_INFO_CFPOLLABLE(n) ((((n) >> 8) & BIT2) >> 2)
192 #define WLAN_GET_FC_FTYPE(n) ((((unsigned short)(n)) & (BIT2 | BIT3)) >> 2)
204 #define WLAN_GET_SEQ_FRGNUM(n) (((unsigned short)(n)) & (BIT0|BIT1|BIT2|BIT3))
205 #define WLAN_GET_SEQ_SEQNUM(n) ((((unsigned short)(n)) & (~(BIT0|BIT1|BIT2|BIT3))) >> 4)
210 #define WLAN_GET_CAP_INFO_CFPOLLABLE(n) (((n) & BIT2) >> 2)
255 #define WLAN_GET_ERP_BARKER_MODE(n) (((n) & BIT2) >>
[all...]
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_Qos.h6 #define BIT2 0x00000004 macro
384 #define GET_BK_UAPSD(_apsd) ((_apsd) & BIT2)
385 #define SET_BK_UAPSD(_apsd) ((_apsd) |= BIT2)
/drivers/video/fbdev/via/
H A Dshare.h30 #define BIT2 0x04 macro
/drivers/scsi/
H A Ddc395x.h73 #define BIT2 0x00000004 macro
80 #define FORMATING_MEDIA BIT2
86 #define ASPI_SUPPORT BIT2
122 #define RESET_DONE BIT2
130 #define OVER_RUN BIT2
140 #define RESET_DEV0 BIT2
175 #define WIDE_NEGO_ENABLE BIT2
631 #define RST_SCSI_BUS BIT2
H A Dtmscsim.h190 #define BIT2 0x00000004 macro
197 #define FORMATING_MEDIA BIT2
203 #define ASPI_SUPPORT BIT2
209 #define SRB_MSGOUT BIT2 /*;arbitration+msg_out 1st byte*/
226 #define OVER_RUN BIT2
234 #define RESET_DONE BIT2
244 #define RESET_DEV0 BIT2
281 #define WIDE_ENABLE BIT2 /* Not used ;-) */
336 #define EN_DISCONNECT_ BIT2
343 #define RST_SCSI_BUS BIT2
[all...]
/drivers/staging/rtl8192u/
H A Dr8192U.h50 #define BIT2 0x00000004 macro
94 #define COMP_INIT BIT2 /* Driver initialization/halt/reset. */

Completed in 596 milliseconds