Searched refs:B_DPD_TSSI_CW (Results 1 – 3 of 3) sorted by relevance
1232 return u32_encode_bits(tssi_ofst_cw, B_DPD_TSSI_CW) | in rtw8852bx_bb_cal_txpwr_ref()1241 const u32 mask = B_DPD_TSSI_CW | B_DPD_PWR_CW | B_DPD_REF; in rtw8852bx_set_txpwr_ref()
1662 return u32_encode_bits(tssi_ofst_cw, B_DPD_TSSI_CW) | in rtw8851b_bb_cal_txpwr_ref()1671 const u32 mask = B_DPD_TSSI_CW | B_DPD_PWR_CW | B_DPD_REF; in rtw8851b_set_txpwr_ref()
8744 #define B_DPD_TSSI_CW GENMASK(26, 18) macro