Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dphy.c763 mt76x0_mcu_calibrate(dev, MCU_CAL_RXDCOC, 1); in __mt76x0_phy_set_channel()
788 mt76x0_mcu_calibrate(dev, MCU_CAL_R, 0); in mt76x0_phy_recalibrate_after_assoc()
800 mt76x0_mcu_calibrate(dev, MCU_CAL_RXDCOC, 0); in mt76x0_phy_recalibrate_after_assoc()
802 mt76x0_mcu_calibrate(dev, MCU_CAL_LC, is_5ghz); in mt76x0_phy_recalibrate_after_assoc()
803 mt76x0_mcu_calibrate(dev, MCU_CAL_LOFT, is_5ghz); in mt76x0_phy_recalibrate_after_assoc()
804 mt76x0_mcu_calibrate(dev, MCU_CAL_TXIQ, is_5ghz); in mt76x0_phy_recalibrate_after_assoc()
805 mt76x0_mcu_calibrate(dev, MCU_CAL_TX_GROUP_DELAY, is_5ghz); in mt76x0_phy_recalibrate_after_assoc()
806 mt76x0_mcu_calibrate(dev, MCU_CAL_RXIQ, is_5ghz); in mt76x0_phy_recalibrate_after_assoc()
807 mt76x0_mcu_calibrate(dev, MCU_CAL_RX_GROUP_DELAY, is_5ghz); in mt76x0_phy_recalibrate_after_assoc()
813 mt76x0_mcu_calibrate(dev, MCU_CAL_RXDCOC, 1); in mt76x0_phy_recalibrate_after_assoc()
Dmcu.h96 mt76x0_mcu_calibrate(struct mt76x0_dev *dev, enum mcu_calibrate cal, u32 val);
Dmcu.c226 mt76x0_mcu_calibrate(struct mt76x0_dev *dev, enum mcu_calibrate cal, u32 val) in mt76x0_mcu_calibrate() function