Searched refs:therm_on (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 4159 u8 therm_on = (thermometer < 0) ? 0 : 1; in ar9003_hw_thermometer_apply() local 4162 AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR, therm_on); in ar9003_hw_thermometer_apply() 4165 AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR, therm_on); in ar9003_hw_thermometer_apply() 4168 AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR, therm_on); in ar9003_hw_thermometer_apply() 4170 therm_on = thermometer == 0; in ar9003_hw_thermometer_apply() 4172 AR_PHY_65NM_CH0_RXTX4_THERM_ON, therm_on); in ar9003_hw_thermometer_apply() 4174 therm_on = thermometer == 1; in ar9003_hw_thermometer_apply() 4176 AR_PHY_65NM_CH0_RXTX4_THERM_ON, therm_on); in ar9003_hw_thermometer_apply() 4179 therm_on = thermometer == 2; in ar9003_hw_thermometer_apply() 4181 AR_PHY_65NM_CH0_RXTX4_THERM_ON, therm_on); in ar9003_hw_thermometer_apply() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 4159 u8 therm_on = (thermometer < 0) ? 0 : 1; in ar9003_hw_thermometer_apply() local 4162 AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR, therm_on); in ar9003_hw_thermometer_apply() 4165 AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR, therm_on); in ar9003_hw_thermometer_apply() 4168 AR_PHY_65NM_CH0_RXTX4_THERM_ON_OVR, therm_on); in ar9003_hw_thermometer_apply() 4170 therm_on = thermometer == 0; in ar9003_hw_thermometer_apply() 4172 AR_PHY_65NM_CH0_RXTX4_THERM_ON, therm_on); in ar9003_hw_thermometer_apply() 4174 therm_on = thermometer == 1; in ar9003_hw_thermometer_apply() 4176 AR_PHY_65NM_CH0_RXTX4_THERM_ON, therm_on); in ar9003_hw_thermometer_apply() 4179 therm_on = thermometer == 2; in ar9003_hw_thermometer_apply() 4181 AR_PHY_65NM_CH0_RXTX4_THERM_ON, therm_on); in ar9003_hw_thermometer_apply() [all...] |
Completed in 10 milliseconds