Searched refs:B_DPD_TSSI_CW (Results 1 – 3 of 3) sorted by relevance
1233 return u32_encode_bits(tssi_ofst_cw, B_DPD_TSSI_CW) | in rtw8852bx_bb_cal_txpwr_ref()1242 const u32 mask = B_DPD_TSSI_CW | B_DPD_PWR_CW | B_DPD_REF; in rtw8852bx_set_txpwr_ref()
1646 return u32_encode_bits(tssi_ofst_cw, B_DPD_TSSI_CW) | in rtw8851b_bb_cal_txpwr_ref()1655 const u32 mask = B_DPD_TSSI_CW | B_DPD_PWR_CW | B_DPD_REF; in rtw8851b_set_txpwr_ref()
8722 #define B_DPD_TSSI_CW GENMASK(26, 18) macro