Searched defs:BIT14 (Results 1 - 7 of 7) sorted by relevance

/drivers/staging/rtl8192e/
H A Drtl819x_Qos.h38 #define BIT14 0x00004000 macro
/drivers/staging/vt6655/
H A D80211hdr.h52 #define BIT14 0x00004000 macro
173 #define WLAN_GET_FC_ISWEP(n) ((((unsigned short)(n) << 8) & (BIT14)) >> 14)
193 #define WLAN_GET_CAP_INFO_GRPACK(n) ((((n)) & BIT14) >> 14)
208 #define WLAN_GET_FC_ISWEP(n) ((((unsigned short)(n)) & (BIT14)) >> 14)
229 #define WLAN_GET_CAP_INFO_GRPACK(n) (((n) & BIT14) >> 14)
/drivers/staging/vt6656/
H A D80211hdr.h50 #define BIT14 0x00004000 macro
170 #define WLAN_GET_FC_ISWEP(n) ((((WORD)(n) << 8) & (BIT14)) >> 14)
190 #define WLAN_GET_CAP_INFO_GRPACK(n) ((((n)) & BIT14) >> 14)
204 #define WLAN_GET_FC_ISWEP(n) ((((WORD)(n)) & (BIT14)) >> 14)
223 #define WLAN_GET_CAP_INFO_GRPACK(n) (((n) & BIT14) >> 14)
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_Qos.h18 #define BIT14 0x00004000 macro
/drivers/scsi/
H A Ddc395x.h61 #define BIT14 0x00004000 macro
H A Dtmscsim.h177 #define BIT14 0x00004000 macro
220 #define SRB_UNEXPECT_RESEL BIT14
/drivers/staging/rtl8192u/
H A Dr8192U.h65 #define BIT14 0x00004000 macro
112 #define COMP_DIG BIT14 // For DIG, 2006.09.25, by rcnjko.

Completed in 114 milliseconds