Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_cmn.c1487 return pi->tx_power_min; in wlc_phy_txpower_get_target_min()
1626 pi->tx_power_min = tx_pwr_min; in wlc_phy_txpower_recalc_target()
1637 pi->tx_power_target[rate] - pi->tx_power_min; in wlc_phy_txpower_recalc_target()
1902 pi->tx_power_min << NUM_TSSI_FRAMES); in wlc_phy_txpower_update_shm()
Dphy_lcn.c2313 if (wlc_lcnphy_get_target_tx_pwr(pi) != pi->tx_power_min) { in wlc_lcnphy_txpower_recalc_target()
2314 wlc_lcnphy_set_target_tx_pwr(pi, pi->tx_power_min); in wlc_lcnphy_txpower_recalc_target()
2392 if (pi->tx_power_min != 0) in wlc_lcnphy_tempcompensated_txpwrctrl()
2393 delta_brd = (pi_lcn->lcnphy_measPower - pi->tx_power_min); in wlc_lcnphy_tempcompensated_txpwrctrl()
Dphy_int.h606 u8 tx_power_min; member