Searched refs:mt76x02_mcu_calibrate (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/wireless/mediatek/mt76/mt76x2/ |
H A D | usb_phy.c | 26 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()
|
H A D | pci_phy.c | 30 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()
|
H A D | phy.c | 238 mt76x02_mcu_calibrate(dev, MCU_CAL_DPD, chan->hw_value); in mt76x2_phy_tssi_compensate()
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_mcu.c | 117 int mt76x02_mcu_calibrate(struct mt76x02_dev *dev, int type, u32 param) in mt76x02_mcu_calibrate() function 144 EXPORT_SYMBOL_GPL(mt76x02_mcu_calibrate);
|
H A D | mt76x02_mcu.h | 89 int mt76x02_mcu_calibrate(struct mt76x02_dev *dev, int type, u32 param);
|
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/ |
H A D | phy.c | 871 mt76x02_mcu_calibrate(dev, MCU_CAL_R, 0); in mt76x0_phy_calibrate() 872 mt76x02_mcu_calibrate(dev, MCU_CAL_VCO, chan->hw_value); in mt76x0_phy_calibrate() 903 mt76x02_mcu_calibrate(dev, MCU_CAL_FULL, val); in mt76x0_phy_calibrate() 904 mt76x02_mcu_calibrate(dev, MCU_CAL_LC, is_5ghz); in mt76x0_phy_calibrate() 909 mt76x02_mcu_calibrate(dev, MCU_CAL_RXDCOC, 1); in mt76x0_phy_calibrate() 1041 mt76x02_mcu_calibrate(dev, MCU_CAL_VCO, in mt76x0_phy_temp_sensor()
|