Searched refs:ctl4 (Results 1 – 2 of 2) sorted by relevance
/drivers/hwmon/ |
D | lm93.c | 1622 u8 reg, ctl4; in show_temp_auto_pwm_min() local 1625 ctl4 = data->block9[nr][LM93_PWM_CTL4]; in show_temp_auto_pwm_min() 1626 return sprintf(buf, "%d\n", LM93_PWM_FROM_REG(reg, (ctl4 & 0x07) ? in show_temp_auto_pwm_min() 1637 u8 reg, ctl4; in store_temp_auto_pwm_min() local 1647 ctl4 = lm93_read_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL4)); in store_temp_auto_pwm_min() 1649 LM93_PWM_TO_REG(val, (ctl4 & 0x07) ? in store_temp_auto_pwm_min() 1841 u8 ctl4 = lm93_read_byte(client, in store_fan_smart_tach() local 1843 if ((ctl4 & 0x07) == 0) in store_fan_smart_tach() 1866 u8 ctl2, ctl4; in show_pwm() local 1870 ctl4 = data->block9[nr][LM93_PWM_CTL4]; in show_pwm() [all …]
|
/drivers/net/wireless/ath/ath9k/ |
D | mac.h | 279 u32 ctl4; member 317 #define ds_ctl4 u.tx.ctl4
|