Searched full:ctl3 (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/hwmon/ |
H A D | lm93.c | 1958 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/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_mac.h | 75 u32 ctl3; /* DMA control 3 */ member
|
H A D | ar9003_mac.c | 57 WRITE_ONCE(ads->ctl3, val); in ar9003_set_txdesc() 166 + ads->data0 + ads->ctl3 in ar9003_calc_ptr_chksum()
|
/linux/sound/soc/codecs/ |
H A D | cs35l35.h | 29 #define CS35L35_SP_FMT_CTL3 0x0F /* Serial Port Format CTL3 */
|
/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_regs.h | 323 * data island. The values of CTL0, CTL1, CTL2, and CTL3 indicate the type of
|
/linux/drivers/media/usb/gspca/ |
H A D | spca508.c | 474 {0x0000, 0x870b}, /* Reset CTL3 */ 989 {0x0000, 0x870b}, /* Reset CTL3 */
|