Lines Matching refs:xdbm
3493 s32 xdbm; in _tssi_high_power() local
3505 xdbm = power * 100 / 4; in _tssi_high_power()
3508 __func__, phy, xdbm); in _tssi_high_power()
3510 if (xdbm > 1800 && subband == RTW89_CH_2G) { in _tssi_high_power()
3543 s16 xdbm; in _tssi_pre_tx() local
3557 xdbm = (power * 100) >> mac_reg->txpwr_factor_mac; in _tssi_pre_tx()
3559 if (xdbm > 1800) in _tssi_pre_tx()
3560 xdbm = 68; in _tssi_pre_tx()
3562 xdbm = power * 2; in _tssi_pre_tx()
3566 __func__, phy, power, xdbm); in _tssi_pre_tx()
3573 _tssi_hw_tx(rtwdev, phy, RF_PATH_AB, xdbm, true, chan); in _tssi_pre_tx()
3575 _tssi_hw_tx(rtwdev, phy, RF_PATH_AB, xdbm, false, chan); in _tssi_pre_tx()