Home
last modified time | relevance | path

Searched refs:fine (Results 1 – 15 of 15) sorted by relevance

/drivers/media/usb/gspca/stv06xx/
A Dstv06xx_vv6410.c239 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 Dclk-apple-nco.c146 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 Dptp_fc3.c56 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 Dapds9160.c691 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 DKconfig34 fine grained control. These domains include processor package, DRAM
49 fine grained control. These domains include processor package, DRAM
/drivers/net/can/softing/
A DKconfig14 The API of the card does not allow fine control per bus, but
/drivers/staging/media/
A DKconfig9 so, they won't likely work fine with the existing applications.
/drivers/block/zram/
A DKconfig126 entry (page), which can be used for a more fine grained IDLE
/drivers/iio/magnetometer/
A Dak8974.c541 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 DKconfig43 This is a hardware limitation. AGP 1x seems to be fine, though.
/drivers/net/ethernet/intel/e1000/
A De1000_hw.c179 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 DKconfig75 get started. This works fine for the most common CAN controllers
/drivers/cpufreq/
A DKconfig.x8644 This driver adds a CPUFreq driver which utilizes a fine grain
/drivers/auxdisplay/
A DKconfig441 It will work fine. However, you can't attach it to the fbdev driver
/drivers/scsi/
A DKconfig864 Generally, saying N is fine.

Completed in 37 milliseconds