Home
last modified time | relevance | path

Searched refs:dpd_temp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c727 if (temp - dev->dpd_temp > 450 || temp - dev->dpd_temp < -450) { in mt7601u_temp_comp()
728 dev->dpd_temp = temp; in mt7601u_temp_comp()
730 ret = mt7601u_mcu_calibrate(dev, MCU_CAL_DPD, dev->dpd_temp); in mt7601u_temp_comp()
1124 dev->dpd_temp = dev->curr_temp; in mt7601u_init_cal()
1159 ret = mt7601u_mcu_calibrate(dev, MCU_CAL_DPD, dev->dpd_temp); in mt7601u_init_cal()
H A Dmt7601u.h234 int dpd_temp; member
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c730 if (temp - dev->dpd_temp > 450 || temp - dev->dpd_temp < -450) { in mt7601u_temp_comp()
731 dev->dpd_temp = temp; in mt7601u_temp_comp()
733 ret = mt7601u_mcu_calibrate(dev, MCU_CAL_DPD, dev->dpd_temp); in mt7601u_temp_comp()
1130 dev->dpd_temp = dev->curr_temp; in mt7601u_init_cal()
1165 ret = mt7601u_mcu_calibrate(dev, MCU_CAL_DPD, dev->dpd_temp); in mt7601u_init_cal()
H A Dmt7601u.h234 int dpd_temp; member

Completed in 5 milliseconds