Searched refs:ctl4 (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/hwmon/ | 
| D | lm93.c | 1526 	u8 reg, ctl4;  in temp_auto_pwm_min_show()  local 1529 	ctl4 = data->block9[nr][LM93_PWM_CTL4];  in temp_auto_pwm_min_show() 1530 	return sprintf(buf, "%d\n", LM93_PWM_FROM_REG(reg, (ctl4 & 0x07) ?  in temp_auto_pwm_min_show() 1541 	u8 reg, ctl4;  in temp_auto_pwm_min_store()  local 1551 	ctl4 = lm93_read_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL4));  in temp_auto_pwm_min_store() 1553 		LM93_PWM_TO_REG(val, (ctl4 & 0x07) ?  in temp_auto_pwm_min_store() 1731 			u8 ctl4 = lm93_read_byte(client,  in fan_smart_tach_store()  local 1733 			if ((ctl4 & 0x07) == 0)  in fan_smart_tach_store() 1752 	u8 ctl2, ctl4;  in pwm_show()  local 1756 	ctl4 = data->block9[nr][LM93_PWM_CTL4];  in pwm_show() [all …] 
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ | 
| D | mac.h | 281 			u32 ctl4;  member 319 #define ds_ctl4     u.tx.ctl4
  |