mt76x02_mcu_calibrate
mt76x02_mcu_calibrate(dev, MCU_CAL_VCO,
mt76x02_mcu_calibrate(dev, MCU_CAL_R, 0);
mt76x02_mcu_calibrate(dev, MCU_CAL_VCO, chan->hw_value);
mt76x02_mcu_calibrate(dev, MCU_CAL_FULL, val);
mt76x02_mcu_calibrate(dev, MCU_CAL_LC, is_5ghz);
mt76x02_mcu_calibrate(dev, MCU_CAL_RXDCOC, 1);
EXPORT_SYMBOL_GPL(mt76x02_mcu_calibrate);
int mt76x02_mcu_calibrate(struct mt76x02_dev *dev, int type, u32 param);
mt76x02_mcu_calibrate(dev, MCU_CAL_R, 0);
mt76x02_mcu_calibrate(dev, MCU_CAL_RXDCOC, channel);
mt76x02_mcu_calibrate(dev, MCU_CAL_RC, 0);
mt76x02_mcu_calibrate(dev, MCU_CAL_TSSI, flag);
mt76x02_mcu_calibrate(dev, MCU_CAL_LC, 0);
mt76x02_mcu_calibrate(dev, MCU_CAL_TX_LOFT, is_5ghz);
mt76x02_mcu_calibrate(dev, MCU_CAL_TXIQ, is_5ghz);
mt76x02_mcu_calibrate(dev, MCU_CAL_RXIQC_FI, is_5ghz);
mt76x02_mcu_calibrate(dev, MCU_CAL_TEMP_SENSOR, 0);
mt76x02_mcu_calibrate(dev, MCU_CAL_TX_SHAPING, 0);
mt76x02_mcu_calibrate(dev, MCU_CAL_DPD, chan->hw_value);
mt76x02_mcu_calibrate(dev, MCU_CAL_R, 0);
mt76x02_mcu_calibrate(dev, MCU_CAL_RXDCOC, channel);
mt76x02_mcu_calibrate(dev, MCU_CAL_RC, 0);
mt76x02_mcu_calibrate(dev, MCU_CAL_TSSI, flag);
mt76x02_mcu_calibrate(dev, MCU_CAL_LC, 0);
mt76x02_mcu_calibrate(dev, MCU_CAL_TX_LOFT, is_5ghz);
mt76x02_mcu_calibrate(dev, MCU_CAL_TXIQ, is_5ghz);
mt76x02_mcu_calibrate(dev, MCU_CAL_RXIQC_FI, is_5ghz);
mt76x02_mcu_calibrate(dev, MCU_CAL_TEMP_SENSOR, 0);
mt76x02_mcu_calibrate(dev, MCU_CAL_TX_SHAPING, 0);