Searched defs:BIT13 (Results 1 - 8 of 8) sorted by relevance

/drivers/staging/rtl8192e/
H A Drtl819x_Qos.h37 #define BIT13 0x00002000 macro
/drivers/staging/vt6655/
H A D80211hdr.h51 #define BIT13 0x00002000 macro
172 #define WLAN_GET_FC_MOREDATA(n) ((((unsigned short)(n) << 8) & (BIT13)) >> 13)
192 #define WLAN_GET_CAP_INFO_DSSSOFDM(n) ((((n)) & BIT13) >> 13)
207 #define WLAN_GET_FC_MOREDATA(n) ((((unsigned short)(n)) & (BIT13)) >> 13)
228 #define WLAN_GET_CAP_INFO_DSSSOFDM(n) (((n) & BIT13) >> 13)
/drivers/staging/vt6656/
H A D80211hdr.h49 #define BIT13 0x00002000 macro
169 #define WLAN_GET_FC_MOREDATA(n) ((((WORD)(n) << 8) & (BIT13)) >> 13)
189 #define WLAN_GET_CAP_INFO_DSSSOFDM(n) ((((n)) & BIT13) >> 13)
203 #define WLAN_GET_FC_MOREDATA(n) ((((WORD)(n)) & (BIT13)) >> 13)
222 #define WLAN_GET_CAP_INFO_DSSSOFDM(n) (((n) & BIT13) >> 13)
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_Qos.h17 #define BIT13 0x00002000 macro
/drivers/scsi/
H A Ddc395x.h62 #define BIT13 0x00002000 macro
H A Dtmscsim.h178 #define BIT13 0x00002000 macro
219 #define DO_SYNC_NEGO BIT13
/drivers/staging/rtl8187se/
H A Dr8180_hw.h34 #define BIT13 0x00002000 macro
/drivers/staging/rtl8192u/
H A Dr8192U.h64 #define BIT13 0x00002000 macro
111 #define COMP_RM BIT13 // For Radio Measurement.

Completed in 69 milliseconds