Home
last modified time | relevance | path

Searched refs:RTW8852C_CH_BASE_IDX_MASK (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Drtw8852c.c890 #define RTW8852C_CH_BASE_IDX_MASK GENMASK(7, 4) macro
901 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()