Searched refs:B_DPD_TSSI_CW (Results 1 – 3 of 3) sorted by relevance
1615 return u32_encode_bits(tssi_ofst_cw, B_DPD_TSSI_CW) | in rtw8851b_bb_cal_txpwr_ref()1624 const u32 mask = B_DPD_TSSI_CW | B_DPD_PWR_CW | B_DPD_REF; in rtw8851b_set_txpwr_ref()
1600 return FIELD_PREP(B_DPD_TSSI_CW, tssi_ofst_cw) | in rtw8852b_bb_cal_txpwr_ref()1609 const u32 mask = B_DPD_TSSI_CW | B_DPD_PWR_CW | B_DPD_REF; in rtw8852b_set_txpwr_ref()
4553 #define B_DPD_TSSI_CW GENMASK(26, 18) macro