Searched refs:bitname (Results 1 – 2 of 2) sorted by relevance
37 #define PROP_CAPABILITY_GET(bitname, value) \ argument38 (((value) >> SIR_MAC_PROP_CAPABILITY_ ## bitname) & 1)
298 #define SIR_MAC_CLEAR_CAPABILITY(u16value, bitname) \ argument299 ((u16value) &= (~(SIR_MAC_SET_ ## bitname(0))))