Home
last modified time | relevance | path

Searched refs:txpower_conf (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x2/
Dpci_main.c94 dev->mt76.txpower_conf = hw->conf.power_level * 2; in mt76x2_config()
97 dev->mt76.txpower_conf -= 6; in mt76x2_config()
101 mt76x02_tx_set_txpwr_auto(dev, dev->mt76.txpower_conf); in mt76x2_config()
Dusb_main.c83 dev->mt76.txpower_conf = hw->conf.power_level * 2; in mt76x2u_config()
86 dev->mt76.txpower_conf -= 6; in mt76x2u_config()
Dphy.c155 mt76x02_limit_rate_power(&t, dev->mt76.txpower_conf); in mt76x2_phy_set_txpower()
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x0/
Dmain.c50 dev->mt76.txpower_conf = hw->conf.power_level * 2; in mt76x0_config()
Dphy.c851 mt76x02_limit_rate_power(t, dev->mt76.txpower_conf); in mt76x0_phy_set_txpower()
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/
Dmt76x02_txrx.c99 txpwr = min_t(s8, txpwr, dev->mt76.txpower_conf); in mt76x02_tx_get_txpwr_adj()
Dmt76.h480 int txpower_conf; member
Dmt76x02_mac.c368 txpwr_adj = mt76x02_tx_get_txpwr_adj(dev, dev->mt76.txpower_conf, in mt76x02_mac_write_txwi()