Home
last modified time | relevance | path

Searched full:coarse (Results 1 – 25 of 212) sorted by relevance

123456789

/kernel/liteos_a/testsuites/unittest/libc/time/clock/full/
Dclock_test_007.cpp55 /* get current monotonic coarse time */ in ClockTest()
58 …printf("The current monotonic coarse time: sec is %lld, nsec is %ld\n", oldtp.tv_sec, oldtp.tv_nse… in ClockTest()
63 /* set monotonic coarse time */ in ClockTest()
68 printf("get coarse monotonic time clock again\n"); in ClockTest()
70 /* get current monotonic coarse time again */ in ClockTest()
75 …printf("The current monotonic coarse time again: sec is %lld, nsec is %ld\n", tp.tv_sec, tp.tv_nse… in ClockTest()
Dclock_test_006.cpp56 /* get current real coarse time */ in ClockTest()
59 printf("The current coarse real time: sec is %lld, nsec is %ld\n", oldtp.tv_sec, oldtp.tv_nsec); in ClockTest()
64 /* set real coarse time */ in ClockTest()
69 printf("get coarse real time clock again\n"); in ClockTest()
71 /* get current real coarse time again */ in ClockTest()
74 printf("The current coarse real time again: sec is %lld, nsec is %ld\n", tp.tv_sec, tp.tv_nsec); in ClockTest()
/kernel/linux/linux-6.6/drivers/clk/
Dclk-apple-nco.c59 /* 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()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/stv06xx/
Dstv06xx_vv6410.c239 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()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/stv06xx/
Dstv06xx_vv6410.c239 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()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/touchscreen/
Dazoteq,iqs7211.yaml234 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 …]
/kernel/linux/linux-6.6/drivers/rtc/
Drtc-pcf2123.c96 #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()
/kernel/linux/linux-5.10/drivers/rtc/
Drtc-pcf2123.c96 #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()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/
Drealtek,usb3phy.yaml69 realtek,amplitude-control-coarse-tuning:
72 This value is a parameter for coarse tuning.
106 realtek,amplitude-control-coarse-tuning = <0x77>;
/kernel/linux/linux-6.6/Documentation/ABI/testing/
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.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/proximity/
Dsemtech,sx9310.yaml69 - very-coarse
70 - coarse
71 - medium-coarse
/kernel/linux/linux-6.6/Documentation/core-api/
Dtimekeeping.rst92 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
/kernel/linux/linux-5.10/Documentation/core-api/
Dtimekeeping.rst92 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,
173 coarse-grained times can use the simple 'jiffies' instead, while
/kernel/linux/linux-5.10/drivers/pinctrl/ti/
Dpinctrl-ti-iodelay.c36 * @binary_data_coarse_mask: CONFIG_REG coarse mask (see TRM)
40 * @reg_coarse_offset: Coarse register configuration offset
41 * @coarse_delay_count_mask: Coarse delay count mask
42 * @coarse_ref_count_mask: Coarse ref count mask
87 * @coarse_ref_count: Coarse reference count
88 * @coarse_delay_count: Coarse delay count
92 * @cdpe: Coarse delay parameter
241 dev_err(dev, "Masking overflow of coarse elements %08x\n", in ti_iodelay_pinconf_set()
310 dev_err(dev, "Invalid Coarse delay count (0) (reg=0x%08x)\n", in ti_iodelay_pinconf_init_dev()
323 dev_dbg(iod->dev, "coarse: ref=0x%04x delay=0x%04x cdpe=0x%08x\n", in ti_iodelay_pinconf_init_dev()
/kernel/linux/linux-6.6/drivers/pinctrl/ti/
Dpinctrl-ti-iodelay.c39 * @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()
/kernel/linux/linux-5.10/drivers/media/i2c/
Dvs6624_regs.h128 #define VS6624_DIRECT_COARSE_MSB 0x1195 /* coarse integration lines for Direct Mode MSB */
129 #define VS6624_DIRECT_COARSE_LSB 0x1196 /* coarse integration lines for Direct Mode LSB */
136 #define VS6624_FLASH_COARSE_MSB 0x11A5 /* coarse integration lines for Flash Gun Mode MSB */
137 #define VS6624_FLASH_COARSE_LSB 0x11A6 /* coarse integration lines for Flash Gun Mode LSB */
297 #define VS6624_VSYNC_RIS_COARSE_H 0x2598 /* V sync rising coarse high */
298 #define VS6624_VSYNC_RIS_COARSE_L 0x259A /* V sync rising coarse low */
301 #define VS6624_VSYNC_FALL_COARSE_H 0x25A0 /* V sync falling coarse high */
302 #define VS6624_VSYNC_FALL_COARSE_L 0x25A2 /* V sync falling coarse low */
/kernel/linux/linux-5.10/tools/testing/selftests/timens/
Dgettime_perf.c67 test(CLOCK_MONOTONIC_COARSE, "monotonic-coarse", false); in main()
89 test(CLOCK_MONOTONIC_COARSE, "monotonic-coarse", true); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/timens/
Dgettime_perf.c75 test(CLOCK_MONOTONIC_COARSE, "monotonic-coarse", false); in main()
97 test(CLOCK_MONOTONIC_COARSE, "monotonic-coarse", true); in main()
/kernel/linux/linux-5.10/Documentation/x86/x86_64/
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
/kernel/linux/linux-6.6/Documentation/arch/x86/x86_64/
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
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/
Dazoteq,iqs7222.yaml69 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.
/kernel/linux/linux-6.6/sound/synth/emux/
Demux_effect.c78 {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 */
/kernel/linux/linux-5.10/sound/synth/emux/
Demux_effect.c78 {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 */
/kernel/linux/linux-6.6/include/linux/
Dlru_cache.h49 (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,
/kernel/linux/linux-5.10/include/linux/
Dlru_cache.h49 (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,

123456789