Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_phy.c40 mt76x2_mcu_calibrate(dev, MCU_CAL_TSSI, flag); in mt76x2_phy_tssi_init_cal()
64 mt76x2_mcu_calibrate(dev, MCU_CAL_LC, 0); in mt76x2_phy_channel_calibrate()
66 mt76x2_mcu_calibrate(dev, MCU_CAL_TX_LOFT, is_5ghz); in mt76x2_phy_channel_calibrate()
67 mt76x2_mcu_calibrate(dev, MCU_CAL_TXIQ, is_5ghz); in mt76x2_phy_channel_calibrate()
68 mt76x2_mcu_calibrate(dev, MCU_CAL_RXIQC_FI, is_5ghz); in mt76x2_phy_channel_calibrate()
69 mt76x2_mcu_calibrate(dev, MCU_CAL_TEMP_SENSOR, 0); in mt76x2_phy_channel_calibrate()
70 mt76x2_mcu_calibrate(dev, MCU_CAL_TX_SHAPING, 0); in mt76x2_phy_channel_calibrate()
366 mt76x2_mcu_calibrate(dev, MCU_CAL_R, 0); in mt76x2_phy_set_channel()
369 mt76x2_mcu_calibrate(dev, MCU_CAL_RXDCOC, channel); in mt76x2_phy_set_channel()
373 mt76x2_mcu_calibrate(dev, MCU_CAL_RC, 0); in mt76x2_phy_set_channel()
[all …]
Dmt76x2_mcu.h166 int mt76x2_mcu_calibrate(struct mt76x2_dev *dev, enum mcu_calibration type,
Dmt76x2_mcu.c336 int mt76x2_mcu_calibrate(struct mt76x2_dev *dev, enum mcu_calibration type, in mt76x2_mcu_calibrate() function