Home
last modified time | relevance | path

Searched refs:ctl3 (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/hwmon/
Dlm93.c1958 u8 ctl3, ctl4; in pwm_auto_spinup_min_show() local
1960 ctl3 = data->block9[nr][LM93_PWM_CTL3]; in pwm_auto_spinup_min_show()
1963 LM93_PWM_FROM_REG(ctl3 & 0x0f, (ctl4 & 0x07) ? in pwm_auto_spinup_min_show()
1974 u8 ctl3, ctl4; in pwm_auto_spinup_min_store() local
1983 ctl3 = lm93_read_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL3)); in pwm_auto_spinup_min_store()
1985 ctl3 = (ctl3 & 0xf0) | LM93_PWM_TO_REG(val, (ctl4 & 0x07) ? in pwm_auto_spinup_min_store()
1988 data->block9[nr][LM93_PWM_CTL3] = ctl3; in pwm_auto_spinup_min_store()
1989 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL3), ctl3); in pwm_auto_spinup_min_store()
2014 u8 ctl3; in pwm_auto_spinup_time_store() local
2023 ctl3 = lm93_read_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL3)); in pwm_auto_spinup_time_store()
[all …]
/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dar9003_mac.h75 u32 ctl3; /* DMA control 3 */ member
Dmac.h282 u32 ctl3; member
320 #define ds_ctl3 u.tx.ctl3
Dar9003_mac.c57 WRITE_ONCE(ads->ctl3, val); in ar9003_set_txdesc()
166 + ads->data0 + ads->ctl3 in ar9003_calc_ptr_chksum()