Home
last modified time | relevance | path

Searched refs:coarse (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.15/drivers/clk/
H A Dclk-apple-nco.c127 unsigned int coarse = div / 4; in applnco_div_out_of_range() local
129 return coarse < COARSE_DIV_OFFSET || in applnco_div_out_of_range()
130 coarse >= COARSE_DIV_OFFSET + LFSR_TBLSIZE; in applnco_div_out_of_range()
135 unsigned int coarse = div / 4; in applnco_div_translate() local
140 return FIELD_PREP(DIV_COARSE, tbl->fwd[coarse - COARSE_DIV_OFFSET]) | in applnco_div_translate()
146 unsigned int coarse, fine; in applnco_div_translate_inv() local
148 coarse = tbl->inv[FIELD_GET(DIV_COARSE, regval)] + COARSE_DIV_OFFSET; in applnco_div_translate_inv()
151 return coarse * 4 + fine; in applnco_div_translate_inv()
/linux-6.15/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_vv6410.c239 unsigned int fine, coarse; in vv6410_set_exposure() local
244 coarse = min(512, val / VV6410_CIF_LINELENGTH); in vv6410_set_exposure()
247 coarse, fine); in vv6410_set_exposure()
257 err = stv06xx_write_sensor(sd, VV6410_COARSEH, coarse >> 8); in vv6410_set_exposure()
261 err = stv06xx_write_sensor(sd, VV6410_COARSEL, coarse & 0xff); in vv6410_set_exposure()
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-iio-frequency-admv10145 Read/write value for the digital attenuator gain (IF_I) with coarse steps.
11 Read/write value for the digital attenuator gain (IF_Q) with coarse steps.
/linux-6.15/Documentation/devicetree/bindings/phy/
H A Drealtek,usb3phy.yaml69 realtek,amplitude-control-coarse-tuning:
72 This value is a parameter for coarse tuning.
106 realtek,amplitude-control-coarse-tuning = <0x77>;
/linux-6.15/Documentation/devicetree/bindings/iio/proximity/
H A Dsemtech,sx9310.yaml69 - very-coarse
70 - coarse
71 - medium-coarse
/linux-6.15/Documentation/filesystems/
H A Dmultigrain-ts.rst9 Historically, the kernel has always used coarse time values to stamp inodes.
31 coarse-grained time does not cause a change.
56 not affected and always use the coarse-grained value (subject to the floor).
91 atime will always use coarse-grained timestamps.
101 It's not sufficient to simply use fine or coarse-grained timestamps based on
103 timestamp, and then a second file modified later could get a coarse-grained one
/linux-6.15/Documentation/devicetree/bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml234 azoteq,ati-frac-mult-coarse:
240 azoteq,ati-frac-div-coarse:
244 description: Specifies the trackpad's ATI coarse fractional divider.
390 azoteq,ati-frac-mult-coarse:
394 description: Specifies the ALP's ATI coarse fractional multiplier.
396 azoteq,ati-frac-div-coarse:
400 description: Specifies the ALP's ATI coarse fractional divider.
482 azoteq,ati-frac-mult-coarse:
486 description: Specifies the button's ATI coarse fractional multiplier.
488 azoteq,ati-frac-div-coarse:
[all …]
/linux-6.15/drivers/ptp/
H A Dptp_fc3.c56 s64 coarse, fine; in tdc_meas2offset() local
59 coarse = sign_extend64(FIELD_GET(COARSE_MEAS_MASK, meas_read), (39 - 13)); in tdc_meas2offset()
62 coarse = div64_s64(coarse * NSEC_PER_SEC, idtfc3->time_ref_freq); in tdc_meas2offset()
64 return coarse + fine; in tdc_meas2offset()
/linux-6.15/Documentation/arch/x86/x86_64/
H A Dfake-numa-for-cpusets.rst12 in conjunction with cpusets for coarse memory management. Using this feature,
75 This allows for coarse memory management for the tasks you assign to particular
/linux-6.15/Documentation/core-api/
H A Dtimekeeping.rst92 Return a coarse-grained version of the time as a scalar
117 These are quicker than the non-coarse versions, but less accurate,
174 coarse-grained times can use the simple 'jiffies' instead, while
/linux-6.15/security/lockdown/
H A DKconfig6 Build support for an LSM that enforces a coarse kernel lockdown
/linux-6.15/drivers/iio/light/
H A Dapds9160.c693 int ret, duration, picoamp, idx, coarse, fine; in apds9160_ps_init_analog_cancellation() local
713 coarse = 0; in apds9160_ps_init_analog_cancellation()
717 coarse++; in apds9160_ps_init_analog_cancellation()
733 return apds9160_set_ps_cancellation_current(data, coarse, fine); in apds9160_ps_init_analog_cancellation()
/linux-6.15/Documentation/devicetree/bindings/power/supply/
H A Dqcom,pm8916-lbc.yaml45 - description: USB coarse detection
/linux-6.15/Documentation/devicetree/bindings/input/
H A Dazoteq,iqs7222.yaml69 azoteq,ati-frac-div-coarse:
73 description: Specifies the preloaded ATI coarse fractional divider.
532 azoteq,ati-frac-mult-coarse:
536 description: Specifies the channel's ATI coarse fractional multiplier.
538 azoteq,ati-frac-div-coarse:
542 description: Specifies the channel's ATI coarse fractional divider.
/linux-6.15/sound/soc/codecs/
H A Dmsm8916-wcd-analog.c434 u32 coarse, fine, reg_val, reg_addr; in pm8916_mbhc_configure_bias() local
464 coarse = (vrefs[i] / 100); in pm8916_mbhc_configure_bias()
466 reg_val = (coarse << CDC_A_MBHC_BTN_VREF_COARSE_SHIFT) | in pm8916_mbhc_configure_bias()
/linux-6.15/drivers/staging/media/atomisp/i2c/
H A Datomisp-mt9m114.c887 u32 coarse; in mt9m114_g_exposure() local
892 REG_EXPO_COARSE, &coarse); in mt9m114_g_exposure()
896 *value = coarse; in mt9m114_g_exposure()
/linux-6.15/Documentation/driver-api/surface_aggregator/
H A Doverview.rst32 While features have not changed much on a coarse level since the 5th
/linux-6.15/Documentation/driver-api/cxl/
H A Dmaturity-map.rst18 What follows is a coarse breakdown of the subsystem's major
/linux-6.15/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c179 u16 fused, fine, coarse; in e1000_phy_init_script() local
192 coarse = in e1000_phy_init_script()
195 if (coarse > in e1000_phy_init_script()
197 coarse -= in e1000_phy_init_script()
200 } else if (coarse == in e1000_phy_init_script()
207 (coarse & in e1000_phy_init_script()
/linux-6.15/kernel/time/
H A Dtimekeeping.c2303 ktime_t f_real, offset, coarse; in ktime_get_coarse_real_ts64_mg() local
2312 coarse = timespec64_to_ktime(*ts); in ktime_get_coarse_real_ts64_mg()
2314 if (ktime_after(f_real, coarse)) in ktime_get_coarse_real_ts64_mg()
/linux-6.15/Documentation/trace/
H A Dtracepoint-analysis.rst237 very coarse as a result.
/linux-6.15/tools/perf/Documentation/
H A Dperf-arm-spe.txt107 The coarse effect of conversions, and, if applicable, sampling of speculative operations, can be
/linux-6.15/Documentation/iio/
H A Dadis16550.rst30 Finally, temperature data are provided which show a coarse measurement of
H A Dadis16475.rst41 Finally, temperature data are provided which show a coarse measurement of
H A Dadis16480.rst43 Finally, temperature data are provided which show a coarse measurement of

12