Searched refs:ctl3 (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/media/video/ |
D | saa7191.c | 201 u8 ctl3 = saa7191_read_reg(sd, SAA7191_REG_CTL3); in saa7191_s_std() local 207 ctl3 &= ~(SAA7191_CTL3_AUFD | SAA7191_CTL3_FSEL); in saa7191_s_std() 211 ctl3 &= ~SAA7191_CTL3_AUFD; in saa7191_s_std() 212 ctl3 |= SAA7191_CTL3_FSEL; in saa7191_s_std() 216 ctl3 &= ~(SAA7191_CTL3_AUFD | SAA7191_CTL3_FSEL); in saa7191_s_std() 222 err = saa7191_write_reg(sd, SAA7191_REG_CTL3, ctl3); in saa7191_s_std() 234 dprintk("ctl3: %02x stdc: %02x chcv: %02x\n", ctl3, in saa7191_s_std() 268 u8 ctl3 = saa7191_read_reg(sd, SAA7191_REG_CTL3); in saa7191_querystd() local 277 ctl3 &= ~(SAA7191_CTL3_FSEL); in saa7191_querystd() 284 err = saa7191_write_reg(sd, SAA7191_REG_CTL3, ctl3); in saa7191_querystd() [all …]
|
/linux-2.6.39/drivers/hwmon/ |
D | lm93.c | 1945 u8 ctl3, ctl4; in show_pwm_auto_spinup_min() local 1947 ctl3 = data->block9[nr][LM93_PWM_CTL3]; in show_pwm_auto_spinup_min() 1950 LM93_PWM_FROM_REG(ctl3 & 0x0f, (ctl4 & 0x07) ? in show_pwm_auto_spinup_min() 1962 u8 ctl3, ctl4; in store_pwm_auto_spinup_min() local 1965 ctl3 = lm93_read_byte(client,LM93_REG_PWM_CTL(nr, LM93_PWM_CTL3)); in store_pwm_auto_spinup_min() 1967 ctl3 = (ctl3 & 0xf0) | LM93_PWM_TO_REG(val, (ctl4 & 0x07) ? in store_pwm_auto_spinup_min() 1970 data->block9[nr][LM93_PWM_CTL3] = ctl3; in store_pwm_auto_spinup_min() 1971 lm93_write_byte(client,LM93_REG_PWM_CTL(nr, LM93_PWM_CTL3), ctl3); in store_pwm_auto_spinup_min() 2000 u8 ctl3; in store_pwm_auto_spinup_time() local 2003 ctl3 = lm93_read_byte(client,LM93_REG_PWM_CTL(nr, LM93_PWM_CTL3)); in store_pwm_auto_spinup_time() [all …]
|
/linux-2.6.39/drivers/net/wireless/ath/ath9k/ |
D | ar9003_mac.h | 75 u32 ctl3; /* DMA control 3 */ member
|
D | ar9003_mac.c | 29 + ads->data0 + ads->ctl3 in ar9003_calc_ptr_chksum() 213 ads->ctl3 = (seglen << AR_BufLen_S); in ar9003_hw_fill_txdesc() 214 ads->ctl3 &= AR_BufLen; in ar9003_hw_fill_txdesc()
|
D | mac.h | 278 u32 ctl3; member 316 #define ds_ctl3 u.tx.ctl3
|