Searched defs:_cf (Results 1 – 3 of 3) sorted by relevance
228 #define CFFLAGS_NODISC(_cf, _t) ((_cf) & (1 << ( 0 + (_t)))) argument229 #define CFFLAGS_NOSYNC(_cf, _t) ((_cf) & (1 << ( 8 + (_t)))) argument230 #define CFFLAGS_NOTAGS(_cf, _t) ((_cf) & (1 << (16 + (_t)))) argument
220 #define PM3_CF_TO_DIM_CF(_cf) ((((_cf) & 0x0f) << 2) | ( 1 << … argument
311 #define ath_hal_getChannelEdges(_ah, _cf, _lc, _hc) \ argument