Searched refs:WL_RSPEC_BW_MASK (Results 1 – 12 of 12) sorted by relevance
52 #define WL_RSPEC_BW_MASK 0x00070000 /**< Band width */ macro127 #define RSPEC_BW(rspec) ((rspec) & WL_RSPEC_BW_MASK)
51 #define WL_RSPEC_BW_MASK 0x00070000u /**< Band width */ macro172 #define RSPEC_BW(rspec) ((rspec) & WL_RSPEC_BW_MASK)
57 #define WL_RSPEC_BW_MASK 0x00070000 /* bandwidth mask */ macro
56 #define WL_RSPEC_BW_MASK 0x00070000 /* bandwidth mask */ macro
342 #define RSPEC_BW(rspec) ((rspec) & WL_RSPEC_BW_MASK)1598 host_rate.bw = (rspec & WL_RSPEC_BW_MASK) - 1; in dhd_rtt_convert_rate_to_host()
53 #define WL_RSPEC_BW_MASK 0x00070000 /* bandwidth mask */ macro