Home
last modified time | relevance | path

Searched refs:nanoseconds (Results 1 – 25 of 126) sorted by relevance

123456

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/
H A Dcadence-quadspi.txt28 - cdns,tshsl-ns : Delay in nanoseconds for the length that the master
31 - cdns,tsd2d-ns : Delay in nanoseconds between one chip select being
33 - cdns,tchsh-ns : Delay in nanoseconds between last bit of current
36 - cdns,tslch-ns : Delay in nanoseconds between setting qspi_n_ss_out low
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dkyber-iosched.rst11 Target latency for reads (in nanoseconds).
15 Target latency for synchronous writes (in nanoseconds).
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A Di2c.txt38 Number of nanoseconds the SCL signal takes to fall; t(f) in the I2C
42 Number of nanoseconds the IP core additionally needs to setup SCL.
45 Number of nanoseconds the SCL signal takes to rise; t(r) in the I2C
49 Number of nanoseconds the SDA signal takes to fall; t(f) in the I2C
60 (i2c-digital-filter). This width is specified in nanoseconds.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-ptp102 and nanoseconds.
111 seconds, start time nanoseconds, period seconds, and
112 period nanoseconds. To disable a periodic output, set
113 all the seconds and nanoseconds values to zero.
H A Dsysfs-class-scsi_tape21 closed. This item is measured in nanoseconds.
64 Shows the total amount of time in nanoseconds waiting for
95 Shows the total amount of time in nanoseconds waiting for
H A Dsysfs-class-pwm55 Sets the PWM signal period in nanoseconds.
62 Sets the PWM signal duty cycle in nanoseconds.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Datomic_futex.h58 chrono::seconds __s, chrono::nanoseconds __ns); in _GLIBCXX_VISIBILITY()
92 chrono::seconds __s, chrono::nanoseconds __ns) in _GLIBCXX_VISIBILITY()
137 auto __ns = chrono::duration_cast<chrono::nanoseconds>(__atime - __s); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Datomic_futex.h58 chrono::seconds __s, chrono::nanoseconds __ns); in _GLIBCXX_VISIBILITY()
92 chrono::seconds __s, chrono::nanoseconds __ns) in _GLIBCXX_VISIBILITY()
137 auto __ns = chrono::duration_cast<chrono::nanoseconds>(__atime - __s); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/
H A Dfsl-mx25-tcq.txt14 - fsl,pen-debounce-ns: Pen debounce time in nanoseconds.
20 - fsl,settling-time-ns: Settling time in nanoseconds. The settling time is before
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/memory-controllers/
H A Domap-gpmc.txt57 Chip-select signal timings (in nanoseconds) corresponding to GPMC_CONFIG2:
62 ADV signal timings (in nanoseconds) corresponding to GPMC_CONFIG3:
70 WE signals timings (in nanoseconds) corresponding to GPMC_CONFIG4:
74 OE signals timings (in nanoseconds) corresponding to GPMC_CONFIG4:
80 Access time and cycle time timings (in nanoseconds) corresponding to
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/
H A Dspi-fsl-dspi.txt29 - fsl,spi-cs-sck-delay: a delay in nanoseconds between activating chip
31 - fsl,spi-sck-cs-delay: a delay in nanoseconds between stopping the clock
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dthread429 _LIBCPP_FUNC_VIS void sleep_for(const chrono::nanoseconds& __ns);
438 _LIBCPP_CONSTEXPR duration<long double> _Max = nanoseconds::max();
439 nanoseconds __ns;
442 __ns = duration_cast<nanoseconds>(__d);
447 __ns = nanoseconds::max();
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dthread429 _LIBCPP_FUNC_VIS void sleep_for(const chrono::nanoseconds& __ns);
438 _LIBCPP_CONSTEXPR duration<long double> _Max = nanoseconds::max();
439 nanoseconds __ns;
442 __ns = duration_cast<nanoseconds>(__d);
447 __ns = nanoseconds::max();
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-set_flag.txt60 /* Print timestamps in nanoseconds */
64 /* print timestamps in nanoseconds */
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sunxi_dw.h230 static inline int ns_to_t(int nanoseconds) in ns_to_t() argument
234 return DIV_ROUND_UP(ctrl_freq * nanoseconds, 1000); in ns_to_t()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dnvidia,tegra124-dfll.txt56 - nvidia,pwm-period-nanoseconds: period of PWM square wave in nanoseconds.
128 nvidia,pwm-period-nanoseconds = <2500>; /* 2.5us */
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dmsr.rst48 number of nanoseconds for wallclock at time of boot.
100 nanoseconds.
104 tsc-related quantity to nanoseconds
108 quantity to nanoseconds. This shift will ensure that
113 The conversion from tsc to nanoseconds involves an additional
298 nanoseconds. Time during which the vcpu is idle, will not be
/OK3568_Linux_fs/kernel/Documentation/accounting/
H A Dtaskstats-struct.rst106 * xxx_delay_total is the corresponding cumulative delay in nanoseconds
133 * Value is cumulative, in nanoseconds, without a corresponding count
141 * Value is cumulative, in nanoseconds, without a corresponding count
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dchrono772 "Representation type for nanoseconds must have at least 64 bits");
776 /// nanoseconds
777 using nanoseconds = duration<_GLIBCXX_CHRONO_INT64_T, nano>;
1016 // resolution (ie nanoseconds), even if on some OSes the low 3
1040 typedef chrono::nanoseconds duration;
1080 typedef chrono::nanoseconds duration;
1143 * or nanoseconds. For example, `std::chrono::seconds(5)` can be written
1233 /// Literal suffix for durations representing non-integer nanoseconds
1238 /// Literal suffix for durations of type `std::chrono::nanoseconds`
1240 constexpr chrono::nanoseconds
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dchrono772 "Representation type for nanoseconds must have at least 64 bits");
776 /// nanoseconds
777 using nanoseconds = duration<_GLIBCXX_CHRONO_INT64_T, nano>;
1016 // resolution (ie nanoseconds), even if on some OSes the low 3
1040 typedef chrono::nanoseconds duration;
1080 typedef chrono::nanoseconds duration;
1143 * or nanoseconds. For example, `std::chrono::seconds(5)` can be written
1233 /// Literal suffix for durations representing non-integer nanoseconds
1238 /// Literal suffix for durations of type `std::chrono::nanoseconds`
1240 constexpr chrono::nanoseconds
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ptp/
H A Dptp-qoriq.txt16 - fsl,tclk-period Timer reference clock period in nanoseconds.
35 tclk_period = desired clock period nanoseconds
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/pwm/
H A Dtegra20-pwm.txt10 cell is the period in nanoseconds.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/cpufreq/
H A Dcpufreq-spear.txt14 unit of nanoseconds.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst161 for the IOs done by this cgroup. This is in nanoseconds to make it
182 device). This is in nanoseconds to make it meaningful for flash
210 waiting in the scheduler queue. This is in nanoseconds. If this is
220 nanoseconds. If this is read when the cgroup is in an empty state,
228 from other queues/cgroups. This is in nanoseconds. If this is read
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dsi1133.c518 static int si1133_get_int_time_index(int milliseconds, int nanoseconds) in si1133_get_int_time_index() argument
524 nanoseconds == si1133_int_time_table[i][1]) in si1133_get_int_time_index()
531 int milliseconds, int nanoseconds) in si1133_set_integration_time() argument
535 index = si1133_get_int_time_index(milliseconds, nanoseconds); in si1133_set_integration_time()

123456