Searched refs:fine (Results 1 – 15 of 15) sorted by relevance
| /drivers/media/usb/gspca/stv06xx/ |
| A D | stv06xx_vv6410.c | 239 unsigned int fine, coarse; in vv6410_set_exposure() local 243 fine = val % VV6410_CIF_LINELENGTH; in vv6410_set_exposure() 247 coarse, fine); in vv6410_set_exposure() 249 err = stv06xx_write_sensor(sd, VV6410_FINEH, fine >> 8); in vv6410_set_exposure() 253 err = stv06xx_write_sensor(sd, VV6410_FINEL, fine & 0xff); in vv6410_set_exposure()
|
| /drivers/clk/ |
| A D | clk-apple-nco.c | 146 unsigned int coarse, fine; in applnco_div_translate_inv() local 149 fine = FIELD_GET(DIV_FINE, regval); in applnco_div_translate_inv() 151 return coarse * 4 + fine; in applnco_div_translate_inv()
|
| /drivers/ptp/ |
| A D | ptp_fc3.c | 56 s64 coarse, fine; in tdc_meas2offset() local 58 fine = sign_extend64(FIELD_GET(FINE_MEAS_MASK, meas_read), 12); in tdc_meas2offset() 61 fine = div64_s64(fine * NSEC_PER_SEC, idtfc3->tdc_apll_freq * 62LL); in tdc_meas2offset() 64 return coarse + fine; in tdc_meas2offset()
|
| /drivers/iio/light/ |
| A D | apds9160.c | 691 int ret, duration, picoamp, idx, coarse, fine; in apds9160_ps_init_analog_cancellation() local 710 fine = 0; in apds9160_ps_init_analog_cancellation() 713 if (fine == 15) { in apds9160_ps_init_analog_cancellation() 714 fine = 0; in apds9160_ps_init_analog_cancellation() 718 fine++; in apds9160_ps_init_analog_cancellation() 731 return apds9160_set_ps_cancellation_current(data, coarse, fine); in apds9160_ps_init_analog_cancellation()
|
| /drivers/powercap/ |
| A D | Kconfig | 34 fine grained control. These domains include processor package, DRAM 49 fine grained control. These domains include processor package, DRAM
|
| /drivers/net/can/softing/ |
| A D | Kconfig | 14 The API of the card does not allow fine control per bus, but
|
| /drivers/staging/media/ |
| A D | Kconfig | 9 so, they won't likely work fine with the existing applications.
|
| /drivers/block/zram/ |
| A D | Kconfig | 126 entry (page), which can be used for a more fine grained IDLE
|
| /drivers/iio/magnetometer/ |
| A D | ak8974.c | 541 unsigned fine = le16_to_cpu(fab_data1[i]); in ak8974_detect() local 550 axis[i], offz, sens, fine, pgaxis[i * 2], in ak8974_detect()
|
| /drivers/char/agp/ |
| A D | Kconfig | 43 This is a hardware limitation. AGP 1x seems to be fine, though.
|
| /drivers/net/ethernet/intel/e1000/ |
| A D | e1000_hw.c | 179 u16 fused, fine, coarse; in e1000_phy_init_script() local 191 fine = fused & IGP01E1000_ANALOG_FUSE_FINE_MASK; in e1000_phy_init_script() 199 fine -= IGP01E1000_ANALOG_FUSE_FINE_1; in e1000_phy_init_script() 202 fine -= IGP01E1000_ANALOG_FUSE_FINE_10; in e1000_phy_init_script() 206 (fine & IGP01E1000_ANALOG_FUSE_FINE_MASK) | in e1000_phy_init_script()
|
| /drivers/net/can/ |
| A D | Kconfig | 75 get started. This works fine for the most common CAN controllers
|
| /drivers/cpufreq/ |
| A D | Kconfig.x86 | 44 This driver adds a CPUFreq driver which utilizes a fine grain
|
| /drivers/auxdisplay/ |
| A D | Kconfig | 441 It will work fine. However, you can't attach it to the fbdev driver
|
| /drivers/scsi/ |
| A D | Kconfig | 864 Generally, saying N is fine.
|
Completed in 37 milliseconds