Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211types.h129 #define P80211DID_MK(a, m, l) ((((u32)(a)) & (m)) << (l)) macro
131 #define P80211DID_MKSECTION(a) P80211DID_MK(a, \
134 #define P80211DID_MKGROUP(a) P80211DID_MK(a, \
137 #define P80211DID_MKITEM(a) P80211DID_MK(a, \
140 #define P80211DID_MKINDEX(a) P80211DID_MK(a, \
143 #define P80211DID_MKISTABLE(a) P80211DID_MK(a, \