Home
last modified time | relevance | path

Searched refs:P80211DID_MK (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/staging/wlan-ng/
A Dp80211types.h150 #define P80211DID_MK(a, m, l) ((((u32)(a)) & (m)) << (l)) macro
152 #define P80211DID_MKSECTION(a) P80211DID_MK(a, \
155 #define P80211DID_MKGROUP(a) P80211DID_MK(a, \
158 #define P80211DID_MKITEM(a) P80211DID_MK(a, \
161 #define P80211DID_MKINDEX(a) P80211DID_MK(a, \
164 #define P80211DID_MKISTABLE(a) P80211DID_MK(a, \

Completed in 3 milliseconds