Searched refs:RTW89_CH_BASE_IDX_MASK (Results 1 – 1 of 1) sorted by relevance
6261 #define RTW89_CH_BASE_IDX_MASK GENMASK(7, 4) macro6272 chan_idx = FIELD_PREP(RTW89_CH_BASE_IDX_MASK, RTW89_CH_BASE_IDX_2G) | in rtw89_encode_chan_idx()6297 chan_idx = FIELD_PREP(RTW89_CH_BASE_IDX_MASK, idx) | in rtw89_encode_chan_idx()6309 idx = FIELD_GET(RTW89_CH_BASE_IDX_MASK, chan_idx); in rtw89_decode_chan_idx()