Home
last modified time | relevance | path

Searched refs:mt76x02_mcu_calibrate (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt76x2/
Dusb_phy.c26 mt76x02_mcu_calibrate(dev, MCU_CAL_LC, 0); in mt76x2u_phy_channel_calibrate()
28 mt76x02_mcu_calibrate(dev, MCU_CAL_TX_LOFT, is_5ghz); in mt76x2u_phy_channel_calibrate()
29 mt76x02_mcu_calibrate(dev, MCU_CAL_TXIQ, is_5ghz); in mt76x2u_phy_channel_calibrate()
30 mt76x02_mcu_calibrate(dev, MCU_CAL_RXIQC_FI, is_5ghz); in mt76x2u_phy_channel_calibrate()
31 mt76x02_mcu_calibrate(dev, MCU_CAL_TEMP_SENSOR, 0); in mt76x2u_phy_channel_calibrate()
32 mt76x02_mcu_calibrate(dev, MCU_CAL_TX_SHAPING, 0); in mt76x2u_phy_channel_calibrate()
151 mt76x02_mcu_calibrate(dev, MCU_CAL_R, 0); in mt76x2u_phy_set_channel()
154 mt76x02_mcu_calibrate(dev, MCU_CAL_RXDCOC, channel); in mt76x2u_phy_set_channel()
158 mt76x02_mcu_calibrate(dev, MCU_CAL_RC, 0); in mt76x2u_phy_set_channel()
193 mt76x02_mcu_calibrate(dev, MCU_CAL_TSSI, flag); in mt76x2u_phy_set_channel()
Dpci_phy.c30 mt76x02_mcu_calibrate(dev, MCU_CAL_TSSI, flag); in mt76x2_phy_tssi_init_cal()
54 mt76x02_mcu_calibrate(dev, MCU_CAL_LC, 0); in mt76x2_phy_channel_calibrate()
56 mt76x02_mcu_calibrate(dev, MCU_CAL_TX_LOFT, is_5ghz); in mt76x2_phy_channel_calibrate()
57 mt76x02_mcu_calibrate(dev, MCU_CAL_TXIQ, is_5ghz); in mt76x2_phy_channel_calibrate()
58 mt76x02_mcu_calibrate(dev, MCU_CAL_RXIQC_FI, is_5ghz); in mt76x2_phy_channel_calibrate()
59 mt76x02_mcu_calibrate(dev, MCU_CAL_TEMP_SENSOR, 0); in mt76x2_phy_channel_calibrate()
60 mt76x02_mcu_calibrate(dev, MCU_CAL_TX_SHAPING, 0); in mt76x2_phy_channel_calibrate()
216 mt76x02_mcu_calibrate(dev, MCU_CAL_R, 0); in mt76x2_phy_set_channel()
219 mt76x02_mcu_calibrate(dev, MCU_CAL_RXDCOC, channel); in mt76x2_phy_set_channel()
223 mt76x02_mcu_calibrate(dev, MCU_CAL_RC, 0); in mt76x2_phy_set_channel()
Dphy.c238 mt76x02_mcu_calibrate(dev, MCU_CAL_DPD, chan->hw_value); in mt76x2_phy_tssi_compensate()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/
Dmt76x02_mcu.c117 int mt76x02_mcu_calibrate(struct mt76x02_dev *dev, int type, u32 param) in mt76x02_mcu_calibrate() function
144 EXPORT_SYMBOL_GPL(mt76x02_mcu_calibrate);
Dmt76x02_mcu.h89 int mt76x02_mcu_calibrate(struct mt76x02_dev *dev, int type, u32 param);
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt76x0/
Dphy.c869 mt76x02_mcu_calibrate(dev, MCU_CAL_R, 0); in mt76x0_phy_calibrate()
870 mt76x02_mcu_calibrate(dev, MCU_CAL_VCO, chan->hw_value); in mt76x0_phy_calibrate()
901 mt76x02_mcu_calibrate(dev, MCU_CAL_FULL, val); in mt76x0_phy_calibrate()
902 mt76x02_mcu_calibrate(dev, MCU_CAL_LC, is_5ghz); in mt76x0_phy_calibrate()
907 mt76x02_mcu_calibrate(dev, MCU_CAL_RXDCOC, 1); in mt76x0_phy_calibrate()
1039 mt76x02_mcu_calibrate(dev, MCU_CAL_VCO, in mt76x0_phy_temp_sensor()