Searched refs:fine (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_vv6410.c239 unsigned int fine, coarse; local
243 fine = val % VV6410_CIF_LINELENGTH;
246 gspca_dbg(gspca_dev, D_CONF, "Set coarse exposure to %d, fine exposure to %d\n",
247 coarse, fine);
249 err = stv06xx_write_sensor(sd, VV6410_FINEH, fine >> 8);
253 err = stv06xx_write_sensor(sd, VV6410_FINEL, fine & 0xff);
/linux-master/drivers/clk/
H A Dclk-apple-nco.c146 unsigned int coarse, fine; local
149 fine = FIELD_GET(DIV_FINE, regval);
151 return coarse * 4 + fine;
/linux-master/drivers/ptp/
H A Dptp_fc3.c56 s64 coarse, fine; local
58 fine = sign_extend64(FIELD_GET(FINE_MEAS_MASK, meas_read), 12);
61 fine = div64_s64(fine * NSEC_PER_SEC, idtfc3->tdc_apll_freq * 62LL);
64 return coarse + fine;
/linux-master/sound/soc/codecs/
H A Dmsm8916-wcd-analog.c434 u32 coarse, fine, reg_val, reg_addr; local
463 /* split mv in to coarse parts of 100mv & fine parts of 12mv */
465 fine = ((vrefs[i] % 100) / 12);
467 (fine << CDC_A_MBHC_BTN_VREF_FINE_SHIFT);
/linux-master/arch/arc/kernel/
H A Dentry-compact.S159 ; Returns from L2 context fine
/linux-master/drivers/iio/magnetometer/
H A Dak8974.c86 /* fine axis sensitivity */
547 unsigned fine = le16_to_cpu(fab_data1[i]); local
555 "factory calibration for axis %c: offz=%u sens=%u fine=%u pga%c=%u pga%c=%u\n",
556 axis[i], offz, sens, fine, pgaxis[i * 2],
/linux-master/tools/scripts/
H A Dutilities.mak111 # which can handle it just fine).
/linux-master/arch/alpha/kernel/
H A Dentry.S850 for our return value will do just fine.
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c179 u16 fused, fine, coarse; local
191 fine = fused & IGP01E1000_ANALOG_FUSE_FINE_MASK;
199 fine -= IGP01E1000_ANALOG_FUSE_FINE_1;
202 fine -= IGP01E1000_ANALOG_FUSE_FINE_10;
206 (fine & IGP01E1000_ANALOG_FUSE_FINE_MASK) |
/linux-master/drivers/cpufreq/
H A DKconfig.x8644 This driver adds a CPUFreq driver which utilizes a fine grain

Completed in 141 milliseconds