Searched refs:RTW8852C_CH_BASE_IDX_MASK (Results 1 – 1 of 1) sorted by relevance
890 #define RTW8852C_CH_BASE_IDX_MASK GENMASK(7, 4) macro901 chan_idx = FIELD_PREP(RTW8852C_CH_BASE_IDX_MASK, RTW8852C_CH_BASE_IDX_2G) | in rtw8852c_encode_chan_idx()926 chan_idx = FIELD_PREP(RTW8852C_CH_BASE_IDX_MASK, idx) | in rtw8852c_encode_chan_idx()937 idx = FIELD_GET(RTW8852C_CH_BASE_IDX_MASK, chan_idx); in rtw8852c_decode_chan_idx()