Home
last modified time | relevance | path

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

12345678910>>...27

/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20-cpu-opp.dtsi187 opp-1000000000-875 {
190 opp-hz = /bits/ 64 <1000000000>;
193 opp-1000000000-900 {
196 opp-hz = /bits/ 64 <1000000000>;
199 opp-1000000000-950 {
202 opp-hz = /bits/ 64 <1000000000>;
205 opp-1000000000-975 {
208 opp-hz = /bits/ 64 <1000000000>;
211 opp-1000000000-1000 {
214 opp-hz = /bits/ 64 <1000000000>;
[all …]
H A 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 {
H A Dtegra30-cpu-opp-microvolt.dtsi141 opp-1000000000-900 {
145 opp-1000000000-975 {
149 opp-1000000000-1000 {
153 opp-1000000000-1025 {
/openbmc/qemu/tests/qtest/
H A Drtc-test.c375 clock_step(1000000000LL); in basic_12h_bcd()
387 clock_step(1000000000LL); in basic_12h_bcd()
392 clock_step(1000000000LL); in basic_12h_bcd()
397 clock_step(1000000000LL); in basic_12h_bcd()
403 clock_step(1000000000LL); in basic_12h_bcd()
412 clock_step(1000000000LL); in basic_12h_dec()
419 clock_step(1000000000LL); in basic_12h_dec()
424 clock_step(1000000000LL); in basic_12h_dec()
429 clock_step(1000000000LL); in basic_12h_dec()
434 clock_step(1000000000LL); in basic_12h_dec()
[all …]
/openbmc/linux/Documentation/translations/zh_CN/power/
H A Dopp.rst48 - {1000000000, 1300000}
132 opp = dev_pm_opp_find_freq_exact(dev, 1000000000, false);
139 dev_pm_opp_enable(dev,1000000000);
195 opp = dev_pm_opp_find_freq_exact(dev, 1000000000, false);
199 ret = dev_pm_opp_enable(dev, 1000000000);
211 opp = dev_pm_opp_find_freq_exact(dev, 1000000000, true);
215 ret = dev_pm_opp_disable(dev, 1000000000);
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12b-s922x.dtsi14 opp-1000000000 {
15 opp-hz = /bits/ 64 <1000000000>;
59 opp-1000000000 {
60 opp-hz = /bits/ 64 <1000000000>;
H A Dmeson-g12b-a311d.dtsi14 opp-1000000000 {
15 opp-hz = /bits/ 64 <1000000000>;
54 opp-1000000000 {
55 opp-hz = /bits/ 64 <1000000000>;
/openbmc/linux/Documentation/devicetree/bindings/opp/
H A Dopp-v2.yaml58 opp-1000000000 {
59 opp-hz = /bits/ 64 <1000000000>;
141 opp-1000000000 {
142 opp-hz = /bits/ 64 <1000000000>;
221 opp-1000000000 {
222 opp-hz = /bits/ 64 <1000000000>;
291 opp-1000000000 {
292 opp-hz = /bits/ 64 <1000000000>;
404 opp-1000000000 {
405 opp-hz = /bits/ 64 <1000000000>;
/openbmc/linux/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c358 nsec = ((middle.tv_sec - start.tv_sec) * 1000000000) + \
361 if (send_total.tv_nsec >= 1000000000) { \
363 send_total.tv_nsec -= 1000000000; \
365 nsec = ((end.tv_sec - middle.tv_sec) * 1000000000) + \
368 if (recv_total.tv_nsec >= 1000000000) { \
370 recv_total.tv_nsec -= 1000000000; \
465 nsec = ((unsigned long long)send_total.tv_sec * 1000000000 + in perf_test_thread()
470 nsec = ((unsigned long long)recv_total.tv_sec * 1000000000 + in perf_test_thread()
492 1000000000) + (end.tv_nsec - start.tv_nsec); in perf_test_thread()
493 printf("done.\t\t%lld.%llds\n", nsec / 1000000000, in perf_test_thread()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dpwm-vibrator.yaml55 pwms = <&pwm9 0 1000000000 0>,
56 <&pwm8 0 1000000000 0>;
58 direction-duty-cycle-ns = <1000000000>;
/openbmc/linux/arch/riscv/lib/
H A Ddelay.c59 * NDELAY_MULT = 2^41 * HZ / 1000000000
60 * = (2^41 / 1000000000) * HZ
62 * = 2199 * HZ + 23255550 * HZ / 1000000000
69 #define NDELAY_MULT ((unsigned long long)(2199ULL * HZ + 23255550ULL * HZ / 1000000000ULL))
/openbmc/linux/samples/bpf/
H A Dmap_perf_test_user.c30 return ts.tv_sec * 1000000000ull + ts.tv_nsec; in time_get_ns()
91 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_prealloc()
200 max_cnt * 1000000000ll / (time_get_ns() - start_time)); in do_test_lru()
232 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_prealloc()
244 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_kmalloc()
256 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_kmalloc()
268 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_lpm_kmalloc()
280 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_hash_lookup()
292 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_array_lookup()
H A Dtracex4_user.c25 return ts.tv_sec * 1000000000ull + ts.tv_nsec; in time_get_ns()
40 if (val - v.val < 1000000000ll) in print_old_objects()
44 next_key, (val - v.val) / 1000000000ll, v.ip); in print_old_objects()
/openbmc/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py239 …%-5u [%03u] %9u.%09u " % (machine_pid, vcpu, comm, pid, tid, cpu, ts / 1000000000, ts %1000000000)
241 return "%16s %5u/%-5u [%03u] %9u.%09u " % (comm, pid, tid, cpu, ts / 1000000000, ts %1000000000)
457 …(machine_pid, vcpu, "Trace error", pid, tid, cpu, ts / 1000000000, ts %1000000000, typ, code, msg,…
460 ("Trace error", pid, tid, cpu, ts / 1000000000, ts %1000000000, typ, code, msg, ip))
489 …(out_str, pid, tid, cpu, ts / 1000000000, ts %1000000000, np_pid, np_tid, machine_str, preempt_str)
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0009-vmcore-dmesg.c-work-around-missing-imaxdiv.patch42 imaxdiv_sec = imaxdiv(ts_nsec, 1000000000);
49 + imaxdiv_sec = ts_nsec / 1000000000;
50 + imaxdiv_usec = (ts_nsec % 1000000000) / 1000;
/openbmc/linux/include/linux/
H A Dunits.h10 #define GIGA 1000000000UL
19 #define NANO 1000000000UL
23 #define NANOHZ_PER_HZ 1000000000UL
/openbmc/linux/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c412 if (ts->tv_nsec >= 1000000000L || in lan743x_ptpci_settime64()
516 start_sec += perout_request->start.nsec / 1000000000; in lan743x_ptp_perout()
517 start_nsec = perout_request->start.nsec % 1000000000; in lan743x_ptp_perout()
520 period_sec += perout_request->period.nsec / 1000000000; in lan743x_ptp_perout()
521 period_nsec = perout_request->period.nsec % 1000000000; in lan743x_ptp_perout()
745 pulse_sec += perout_request->on.nsec / 1000000000; in lan743x_ptp_io_perout()
746 pulse_nsec = perout_request->on.nsec % 1000000000; in lan743x_ptp_io_perout()
749 pulse_sec += perout_request->period.nsec / 1000000000; in lan743x_ptp_io_perout()
750 pulse_nsec = perout_request->period.nsec % 1000000000; in lan743x_ptp_io_perout()
809 period_sec += perout_request->period.nsec / 1000000000; in lan743x_ptp_io_perout()
[all …]
/openbmc/linux/sound/drivers/pcsp/
H A 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); \
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dtaprio.json15 …_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@0 1@0 base-time 1000000000 sched-entry S 01…
37 …_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@0 1@0 base-time 1000000000 sched-entry S 01…
59 …_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@0 1@0 base-time 1000000000 sched-entry S 01…
80 …_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@0 1@0 base-time 1000000000 sched-entry S 01…
104 …_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@0 1@0 base-time 1000000000 sched-entry S 01…
126 …_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@0 1@0 base-time 1000000000 sched-entry S 01…
191 …_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@0 1@0 base-time 1000000000 sched-entry S 01…
/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@82000/
H A Dpower-supply@58.conf22 CRITHI_power1="1000000000"
28 CRITHI_power2="1000000000"
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5420-cpus.dtsi110 clock-frequency = <1000000000>;
122 clock-frequency = <1000000000>;
134 clock-frequency = <1000000000>;
146 clock-frequency = <1000000000>;
H A Dexynos5422-cpus.dtsi61 clock-frequency = <1000000000>;
74 clock-frequency = <1000000000>;
87 clock-frequency = <1000000000>;
100 clock-frequency = <1000000000>;
/openbmc/linux/include/trace/stages/
H A Dstage7_class_define.h33 #define __print_ns_to_secs(val) (val) / 1000000000UL
36 #define __print_ns_without_secs(val) (val) % 1000000000UL
/openbmc/linux/arch/arm/boot/dts/sigmastar/
H A Dmstar-infinity2m.dtsi10 opp-1000000000 {
11 opp-hz = /bits/ 64 <1000000000>;
/openbmc/linux/Documentation/power/
H A 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);

12345678910>>...27