Home
last modified time | relevance | path

Searched full:1000000000 (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/linux-5.10/arch/arm/boot/dts/
Dtegra20-cpu-opp.dtsi185 opp@1000000000,875 {
188 opp-hz = /bits/ 64 <1000000000>;
191 opp@1000000000,900 {
194 opp-hz = /bits/ 64 <1000000000>;
197 opp@1000000000,950 {
200 opp-hz = /bits/ 64 <1000000000>;
203 opp@1000000000,975 {
206 opp-hz = /bits/ 64 <1000000000>;
209 opp@1000000000,1000 {
212 opp-hz = /bits/ 64 <1000000000>;
[all …]
Dtegra20-cpu-opp-microvolt.dtsi121 opp@1000000000,875 {
125 opp@1000000000,900 {
129 opp@1000000000,950 {
133 opp@1000000000,975 {
137 opp@1000000000,1000 {
141 opp@1000000000,1025 {
145 opp@1000000000,1100 {
Dexynos5420-cpus.dtsi78 clock-frequency = <1000000000>;
90 clock-frequency = <1000000000>;
102 clock-frequency = <1000000000>;
114 clock-frequency = <1000000000>;
Dexynos5422-cpus.dtsi29 clock-frequency = <1000000000>;
42 clock-frequency = <1000000000>;
55 clock-frequency = <1000000000>;
68 clock-frequency = <1000000000>;
Dtegra30-cpu-opp-microvolt.dtsi141 opp@1000000000,900 {
145 opp@1000000000,975 {
149 opp@1000000000,1000 {
153 opp@1000000000,1025 {
Dtegra30-cpu-opp.dtsi241 opp@1000000000,900 {
244 opp-hz = /bits/ 64 <1000000000>;
247 opp@1000000000,975 {
257 opp-hz = /bits/ 64 <1000000000>;
260 opp@1000000000,1000 {
263 opp-hz = /bits/ 64 <1000000000>;
266 opp@1000000000,1025 {
269 opp-hz = /bits/ 64 <1000000000>;
/linux-5.10/Documentation/devicetree/bindings/opp/
Dopp.txt221 opp-1000000000 {
222 opp-hz = /bits/ 64 <1000000000>;
300 opp-1000000000 {
301 opp-hz = /bits/ 64 <1000000000>;
376 opp-1000000000 {
377 opp-hz = /bits/ 64 <1000000000>;
444 opp-1000000000 {
445 opp-hz = /bits/ 64 <1000000000>;
457 opp-1000000000 {
458 opp-hz = /bits/ 64 <1000000000>;
[all …]
/linux-5.10/arch/riscv/lib/
Ddelay.c55 * NDELAY_MULT = 2^41 * HZ / 1000000000
56 * = (2^41 / 1000000000) * HZ
58 * = 2199 * HZ + 23255550 * HZ / 1000000000
65 #define NDELAY_MULT ((unsigned long long)(2199ULL * HZ + 23255550ULL * HZ / 1000000000ULL))
/linux-5.10/tools/testing/selftests/mqueue/
Dmq_perf_tests.c355 nsec = ((middle.tv_sec - start.tv_sec) * 1000000000) + \
358 if (send_total.tv_nsec >= 1000000000) { \
360 send_total.tv_nsec -= 1000000000; \
362 nsec = ((end.tv_sec - middle.tv_sec) * 1000000000) + \
365 if (recv_total.tv_nsec >= 1000000000) { \
367 recv_total.tv_nsec -= 1000000000; \
462 nsec = ((unsigned long long)send_total.tv_sec * 1000000000 + in perf_test_thread()
467 nsec = ((unsigned long long)recv_total.tv_sec * 1000000000 + in perf_test_thread()
489 1000000000) + (end.tv_nsec - start.tv_nsec); in perf_test_thread()
490 printf("done.\t\t%lld.%llds\n", nsec / 1000000000, in perf_test_thread()
[all …]
/linux-5.10/arch/arm64/boot/dts/amlogic/
Dmeson-g12b-s922x.dtsi34 opp-1000000000 {
35 opp-hz = /bits/ 64 <1000000000>;
99 opp-1000000000 {
100 opp-hz = /bits/ 64 <1000000000>;
Dmeson-g12b-a311d.dtsi34 opp-1000000000 {
35 opp-hz = /bits/ 64 <1000000000>;
94 opp-1000000000 {
95 opp-hz = /bits/ 64 <1000000000>;
/linux-5.10/samples/bpf/
Dmap_perf_test_user.c31 return ts.tv_sec * 1000000000ull + ts.tv_nsec; in time_get_ns()
92 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_prealloc()
198 max_cnt * 1000000000ll / (time_get_ns() - start_time)); in do_test_lru()
230 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_prealloc()
242 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_kmalloc()
254 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_kmalloc()
266 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_lpm_kmalloc()
278 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_hash_lookup()
290 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_array_lookup()
Dtracex4_user.c26 return ts.tv_sec * 1000000000ull + ts.tv_nsec; in time_get_ns()
41 if (val - v.val < 1000000000ll) in print_old_objects()
45 next_key, (val - v.val) / 1000000000ll, v.ip); in print_old_objects()
/linux-5.10/Documentation/devicetree/bindings/input/
Dpwm-vibrator.txt61 pwms = <&pwm9 0 1000000000 0>,
62 <&pwm8 0 1000000000 0>;
64 direction-duty-cycle-ns = <1000000000>;
/linux-5.10/sound/drivers/pcsp/
Dpcsp.h40 #define PCSP_MAX_PERIOD_NS (1000000000ULL * PCSP_MIN_RATE__1)
41 #define PCSP_MIN_PERIOD_NS (1000000000ULL * PCSP_MAX_RATE__1)
43 u64 __val = 1000000000ULL * (div); \
/linux-5.10/tools/perf/pmu-events/arch/x86/cascadelakex/
Dclx-metrics.json236 "MetricExpr": "64 * L1D.REPLACEMENT / 1000000000 / duration_time",
242 "MetricExpr": "64 * L2_LINES_IN.ALL / 1000000000 / duration_time",
248 "MetricExpr": "64 * LONGEST_LAT_CACHE.MISS / 1000000000 / duration_time",
254 "MetricExpr": "64 * OFFCORE_REQUESTS.ALL_REQUESTS / 1000000000 / duration_time",
308 …2B_PACKED_DOUBLE ) + 16 * FP_ARITH_INST_RETIRED.512B_PACKED_SINGLE ) / 1000000000 ) / duration_tim…
332 …core_imc@cas_count_read@ + uncore_imc@cas_count_write@ ) * 1048576 ) / 1000000000 ) / duration_tim…
338 …"MetricExpr": "1000000000 * ( cha@event\\=0x36\\,umask\\=0x21\\,config\\=0x40433@ / cha@event\\=0x…
350 …"MetricExpr": "( 1000000000 * ( imc@event\\=0xe0\\,umask\\=0x1@ / imc@event\\=0xe3@ ) / imc_0@even…
356 "MetricExpr": "( ( 64 * imc@event\\=0xe3@ / 1000000000 ) / duration_time )",
362 "MetricExpr": "( ( 64 * imc@event\\=0xe7@ / 1000000000 ) / duration_time )",
[all …]
/linux-5.10/tools/testing/selftests/kvm/lib/
Dtest_util.c59 return (int64_t)ts.tv_nsec + 1000000000LL * (int64_t)ts.tv_sec; in timespec_to_ns()
67 res.tv_sec = ts.tv_sec + res.tv_nsec / 1000000000LL; in timespec_add_ns()
68 res.tv_nsec %= 1000000000LL; in timespec_add_ns()
/linux-5.10/drivers/net/ethernet/microchip/
Dlan743x_ptp.c377 lan743x_rate_adj = div_u64(u64_delta, 1000000000); in lan743x_ptpci_adjfreq()
435 if (ts->tv_nsec >= 1000000000L || in lan743x_ptpci_settime64()
536 start_sec += perout_request->start.nsec / 1000000000; in lan743x_ptp_perout()
537 start_nsec = perout_request->start.nsec % 1000000000; in lan743x_ptp_perout()
540 period_sec += perout_request->period.nsec / 1000000000; in lan743x_ptp_perout()
541 period_nsec = perout_request->period.nsec % 1000000000; in lan743x_ptp_perout()
751 unsigned_seconds += div_u64_rem(time_step_ns, 1000000000LL, in lan743x_ptp_clock_step()
754 if (nano_seconds >= 1000000000) { in lan743x_ptp_clock_step()
756 nano_seconds -= 1000000000; in lan743x_ptp_clock_step()
767 unsigned_seconds -= div_u64_rem(time_step_ns, 1000000000LL, in lan743x_ptp_clock_step()
[all …]
/linux-5.10/Documentation/power/
Dopp.rst43 - {1000000000, 1300000}
150 opp = dev_pm_opp_find_freq_exact(dev, 1000000000, false);
157 dev_pm_opp_enable(dev,1000000000);
221 opp = dev_pm_opp_find_freq_exact(dev, 1000000000, false);
225 ret = dev_pm_opp_enable(dev, 1000000000);
238 opp = dev_pm_opp_find_freq_exact(dev, 1000000000, true);
242 ret = dev_pm_opp_disable(dev, 1000000000);
/linux-5.10/drivers/iio/dac/
Ddpot-dac.c68 tmp = *val * 1000000000LL; in dpot_dac_read_raw()
71 do_div(tmp, 1000000000LL); in dpot_dac_read_raw()
155 tmp = val * 1000000000LL * max >> val2; in dpot_dac_channel_max_ohms()
156 do_div(tmp, 1000000000LL); in dpot_dac_channel_max_ohms()
/linux-5.10/tools/perf/pmu-events/arch/x86/skylakex/
Dskx-metrics.json230 "MetricExpr": "64 * L1D.REPLACEMENT / 1000000000 / duration_time",
236 "MetricExpr": "64 * L2_LINES_IN.ALL / 1000000000 / duration_time",
242 "MetricExpr": "64 * LONGEST_LAT_CACHE.MISS / 1000000000 / duration_time",
248 "MetricExpr": "64 * OFFCORE_REQUESTS.ALL_REQUESTS / 1000000000 / duration_time",
302 …2B_PACKED_DOUBLE ) + 16 * FP_ARITH_INST_RETIRED.512B_PACKED_SINGLE ) / 1000000000 ) / duration_tim…
326 …core_imc@cas_count_read@ + uncore_imc@cas_count_write@ ) * 1048576 ) / 1000000000 ) / duration_tim…
332 …"MetricExpr": "1000000000 * ( cha@event\\=0x36\\,umask\\=0x21\\,config\\=0x40433@ / cha@event\\=0x…
344 …OF_CPU.MEM_READ.PART2 + UNC_IIO_DATA_REQ_OF_CPU.MEM_READ.PART3 ) * 4 / 1000000000 / duration_time",
350 …_CPU.MEM_WRITE.PART2 + UNC_IIO_DATA_REQ_OF_CPU.MEM_WRITE.PART3 ) * 4 / 1000000000 / duration_time",
/linux-5.10/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_gyro.c434 * result in nano (1000000000) in inv_icm42600_gyro_read_offset()
435 * (offset * 64 * Pi * 1000000000) / (2048 * 180) in inv_icm42600_gyro_read_offset()
444 *val = bias / 1000000000L; in inv_icm42600_gyro_read_offset()
445 *val2 = bias % 1000000000L; in inv_icm42600_gyro_read_offset()
478 min = (int64_t)inv_icm42600_gyro_calibbias[0] * 1000000000LL + in inv_icm42600_gyro_write_offset()
480 max = (int64_t)inv_icm42600_gyro_calibbias[4] * 1000000000LL + in inv_icm42600_gyro_write_offset()
482 val64 = (int64_t)val * 1000000000LL + (int64_t)val2; in inv_icm42600_gyro_write_offset()
490 * val in nano (1000000000) in inv_icm42600_gyro_write_offset()
491 * val * 180 * 2048 / (Pi * 1000000000 * 64) in inv_icm42600_gyro_write_offset()
/linux-5.10/Documentation/devicetree/bindings/cpufreq/
Dimx-cpufreq-dt.txt25 opp-1000000000 {
26 opp-hz = /bits/ 64 <1000000000>;
/linux-5.10/tools/testing/selftests/seccomp/
Dseccomp_benchmark.c34 i *= 1000000000ULL; in timing()
66 i *= 1000000000ULL; in calibrate()
68 } while (i < 1000000000ULL); in calibrate()
/linux-5.10/kernel/time/
Dtimeconst.bc104 cd=gcd(hz,1000000000)
105 print "#define HZ_TO_NSEC_NUM\t\t", 1000000000/cd, "\n"
108 print "#define NSEC_TO_HZ_DEN\t\t", 1000000000/cd, "\n"

12345678910>>...19