/linux/drivers/clk/ |
H A D | clk-apple-nco.c | 59 /* The minimal attainable coarse divisor (first value in table) */ 109 * a coarse divisor translation table. in applnco_compute_tables() 127 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/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx_vv6410.c | 239 unsigned int fine, coarse; in vv6410_set_exposure() local 244 coarse = min(512, val / VV6410_CIF_LINELENGTH); in vv6410_set_exposure() 246 gspca_dbg(gspca_dev, D_CONF, "Set coarse exposure to %d, fine exposure to %d\n", 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/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | azoteq,iqs7211.yaml | 234 azoteq,ati-frac-mult-coarse: 238 description: Specifies the trackpad's ATI coarse fractional multiplier. 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. [all …]
|
/linux/drivers/rtc/ |
H A D | rtc-pcf2123.c | 96 #define OFFSET_COARSE BIT(7) /* Coarse mode offset */ 141 * The offset register is a 7 bit signed value with a coarse bit in bit 7. 145 * The coarse adjustment does the same, but every hour. 147 * to a coarse offset. Based on this algorithm, it seems that despite the 148 * name, coarse offset is a better fit for overlapping values. 164 /* Normal offset. Clear the coarse bit */ in pcf2123_set_offset() 167 /* Coarse offset. Divide by 2 and set the coarse bit */ in pcf2123_set_offset()
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | realtek,usb3phy.yaml | 69 realtek,amplitude-control-coarse-tuning: 72 This value is a parameter for coarse tuning. 106 realtek,amplitude-control-coarse-tuning = <0x77>;
|
/linux/Documentation/devicetree/bindings/iio/proximity/ |
H A D | semtech,sx9310.yaml | 69 - very-coarse 70 - coarse 71 - medium-coarse
|
/linux/Documentation/core-api/ |
H A D | timekeeping.rst | 92 Return a coarse-grained version of the time as a scalar 97 Coarse and fast_ns access 117 These are quicker than the non-coarse versions, but less accurate, 174 coarse-grained times can use the simple 'jiffies' instead, while
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-frequency-admv1014 | 5 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/drivers/pinctrl/ti/ |
H A D | pinctrl-ti-iodelay.c | 39 * @binary_data_coarse_mask: CONFIG_REG coarse mask (see TRM) 43 * @reg_coarse_offset: Coarse register configuration offset 44 * @coarse_delay_count_mask: Coarse delay count mask 45 * @coarse_ref_count_mask: Coarse ref count mask 90 * @coarse_ref_count: Coarse reference count 91 * @coarse_delay_count: Coarse delay count 95 * @cdpe: Coarse delay parameter 244 dev_err(dev, "Masking overflow of coarse elements %08x\n", in ti_iodelay_pinconf_set() 334 dev_err(dev, "Invalid Coarse delay count (0) (reg=0x%08x)\n", in ti_iodelay_pinconf_init_dev() 347 dev_dbg(iod->dev, "coarse: ref=0x%04x delay=0x%04x cdpe=0x%08x\n", in ti_iodelay_pinconf_init_dev()
|
/linux/tools/testing/selftests/timens/ |
H A D | gettime_perf.c | 75 test(CLOCK_MONOTONIC_COARSE, "monotonic-coarse", false); in main() 97 test(CLOCK_MONOTONIC_COARSE, "monotonic-coarse", true); in main()
|
/linux/Documentation/arch/x86/x86_64/ |
H A D | fake-numa-for-cpusets.rst | 12 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/Documentation/devicetree/bindings/input/ |
H A D | azoteq,iqs7222.yaml | 69 azoteq,ati-frac-div-coarse: 73 description: Specifies the preloaded ATI coarse fractional divider. 523 4: 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/sound/synth/emux/ |
H A D | emux_effect.c | 78 {PARM_WORD, 0, 0xffff, -1, 0}, /* coarse sample start */ 79 {PARM_WORD, 0, 0xffff, -1, 0}, /* coarse loop start */ 80 {PARM_WORD, 0, 0xffff, -1, 0}, /* coarse loop end */
|
/linux/include/linux/ |
H A D | lru_cache.h | 49 (coarse or fine grained) bitmap, or other meta data. 84 "Explicit (coarse) write intent bitmap" 85 An other implementation could chose a (probably coarse) explicit bitmap,
|
/linux/security/lockdown/ |
H A D | Kconfig | 6 Build support for an LSM that enforces a coarse kernel lockdown
|
/linux/include/sound/ |
H A D | seq_midi_emul.h | 40 short gm_rpn_coarse_tuning; /* Master coarse tuning */ 131 * of coarse and fine pairs. Of course the fine controls are seldom used
|
/linux/drivers/ptp/ |
H A D | ptp_fc3.c | 56 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()
|
H A D | ptp_dfl_tod.c | 95 * A coarse ToD HW clock offset adjustment. The coarse time adjustment performs by
|
/linux/kernel/time/ |
H A D | jiffies.c | 24 * all systems. It has the same coarse resolution as
|
/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | qcom,pm8916-lbc.yaml | 45 - description: USB coarse detection
|
/linux/Documentation/driver-api/surface_aggregator/ |
H A D | overview.rst | 32 While features have not changed much on a coarse level since the 5th
|
/linux/arch/arm/mach-omap2/ |
H A D | timer.c | 96 * coarse counter that corrects the fine counter every time it in realtime_counter_init()
|
/linux/drivers/staging/media/ipu3/ |
H A D | ipu3.h | 140 * Coarse-grained lock to protect
|
/linux/arch/arm/include/asm/ |
H A D | pgtable-2level-hwdef.h | 51 * - coarse table (not used)
|
/linux/drivers/gpu/drm/sun4i/ |
H A D | sun8i_vi_layer.c | 137 DRM_DEBUG_DRIVER("Using vertical coarse scaling\n"); in sun8i_vi_layer_update_coord() 147 DRM_DEBUG_DRIVER("Using horizontal coarse scaling\n"); in sun8i_vi_layer_update_coord()
|