Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2u_phy.c64 mt76x2u_mcu_calibrate(dev, MCU_CAL_LC, 0); in mt76x2u_phy_channel_calibrate()
66 mt76x2u_mcu_calibrate(dev, MCU_CAL_TX_LOFT, is_5ghz); in mt76x2u_phy_channel_calibrate()
67 mt76x2u_mcu_calibrate(dev, MCU_CAL_TXIQ, is_5ghz); in mt76x2u_phy_channel_calibrate()
68 mt76x2u_mcu_calibrate(dev, MCU_CAL_RXIQC_FI, is_5ghz); in mt76x2u_phy_channel_calibrate()
69 mt76x2u_mcu_calibrate(dev, MCU_CAL_TEMP_SENSOR, 0); in mt76x2u_phy_channel_calibrate()
110 mt76x2u_mcu_calibrate(dev, MCU_CAL_DPD, chan->hw_value); in mt76x2u_phy_tssi_compensate()
256 mt76x2u_mcu_calibrate(dev, MCU_CAL_R, 0); in mt76x2u_phy_set_channel()
259 mt76x2u_mcu_calibrate(dev, MCU_CAL_RXDCOC, channel); in mt76x2u_phy_set_channel()
263 mt76x2u_mcu_calibrate(dev, MCU_CAL_RC, 0); in mt76x2u_phy_set_channel()
295 mt76x2u_mcu_calibrate(dev, MCU_CAL_TSSI, flag); in mt76x2u_phy_set_channel()
Dmt76x2u.h55 int mt76x2u_mcu_calibrate(struct mt76x2_dev *dev, enum mcu_calibration type,
Dmt76x2u_mcu.c138 int mt76x2u_mcu_calibrate(struct mt76x2_dev *dev, enum mcu_calibration type, in mt76x2u_mcu_calibrate() function