Home
last modified time | relevance | path

Searched full:1000000 (Results 1 – 25 of 76) sorted by relevance

1234

/qemu/include/hw/timer/
H A Dhpet.h23 #define FS_PER_NS 1000000 /* 1000000 femtoseconds == 1 ns */
/qemu/hw/timer/
H A Darm_timer.c369 s->timer[1] = arm_timer_init(1000000); in icp_pit_init()
370 s->timer[2] = arm_timer_init(1000000); in icp_pit_init()
391 DEFINE_PROP_UINT32("freq0", SP804State, freq0, 1000000),
392 DEFINE_PROP_UINT32("freq1", SP804State, freq1, 1000000),
/qemu/tests/unit/
H A Dtest-aio-multithread.c177 g_usleep(seconds * 1000000); in test_multi_co_schedule()
243 g_usleep(seconds * 1000000); in test_multi_co_mutex()
364 g_usleep(seconds * 1000000); in test_multi_fair_mutex()
420 g_usleep(seconds * 1000000); in test_multi_mutex()
H A Dtest-nested-aio-poll.c77 aio_context_set_poll_params(td.ctx, 1000000, 2, 2, &error_abort); in test()
/qemu/hw/sparc64/
H A Dsparc64.c271 uint32_t tick_frequency = 100 * 1000000; in sparc64_cpu_devinit()
272 uint32_t stick_frequency = 100 * 1000000; in sparc64_cpu_devinit()
273 uint32_t hstick_frequency = 100 * 1000000; in sparc64_cpu_devinit()
/qemu/tests/tcg/multiarch/
H A Dsignals.c127 it.it_interval.tv_nsec = 1000000; in test_signals()
129 it.it_value.tv_nsec = 1000000; in test_signals()
/qemu/scripts/simplebench/
H A Dbench_block_job.py63 start_ms = e['timestamp']['seconds'] * 1000000 + \
77 end_ms = e['timestamp']['seconds'] * 1000000 + \
/qemu/tests/tcg/loongarch64/system/
H A Dboot.S36 li.d t1, 1000000
/qemu/net/
H A Ddump.c81 hdr.ts.tv_sec = ts / 1000000 + s->start_ts; in dump_receive_iov()
82 hdr.ts.tv_usec = ts % 1000000; in dump_receive_iov()
/qemu/tests/tcg/x86_64/
H A Dcross-modifying-code.c54 #define COUNT 1000000
/qemu/include/hw/adc/
H A Dnpcm7xx_adc.h57 /* Voltages are in unit of uV. 1V = 1000000uV. */
/qemu/hw/microblaze/
H A Dpetalogix_ml605_mmu.c132 qdev_prop_set_uint32(dev, "clock-frequency", 100 * 1000000); in petalogix_ml605_init()
164 qdev_prop_set_uint32(dma, "freqhz", 100 * 1000000); in petalogix_ml605_init()
H A Dpetalogix_s3adsp1800_mmu.c132 qdev_prop_set_uint32(dev, "clock-frequency", 62 * 1000000); in OBJECT_DECLARE_TYPE()
/qemu/docs/system/devices/
H A Dcan.rst93 ip link set can0 type can bitrate 1000000
152 /bin/ip link set $ifc type can bitrate 1000000 dbitrate 10000000 fd on
/qemu/hw/acpi/
H A Dich9_timer.c33 8 * (1 << swsmi_rate_sel) * 1000000LL; in ich9_pm_update_swsmi_timer()
/qemu/tests/tcg/s390x/
H A Dcdsg.c17 static const int n_iterations = 1000000;
/qemu/include/hw/misc/
H A Dnpcm7xx_pwm.h37 #define NPCM7XX_PWM_MAX_DUTY 1000000
/qemu/scripts/
H A Duserfaultfd-wrlat.py60 ev_delta_hist.increment(bpf_log2l(delta / 1000000));
/qemu/include/hw/riscv/
H A Dsifive_u.h147 SIFIVE_U_RTCCLK_FREQ = 1000000
/qemu/migration/
H A Dchannel.c140 qemu_co_sleep_ns(QEMU_CLOCK_REALTIME, 1000000); in migration_channel_read_peek()
/qemu/hw/arm/
H A Dmsf2-som.c74 clock_set_hz(m3clk, 142 * 1000000); in emcraft_sf2_s2s010_init()
H A Dvexpress.c331 1000000, /* VD10 : 1.0V : SoC internal logic voltage */
332 1000000, /* VD10_S2 : 1.0V : PL310, L2 cache, RAM, non-PL310 logic */
333 1000000, /* VD10_S3 : 1.0V : Cortex-A9, cores, MPEs, SCU, PL310 logic */
/qemu/audio/
H A Dpwaudio.c439 * 3 / 4 / 1000000; in qpw_stream_new()
541 * 1 / 2 / 1000000 * v->frame_size; in qpw_init_out()
559 * (uint64_t)v->info.rate / 1000000 * v->frame_size); in qpw_init_out()
/qemu/tests/functional/acpi-bits/bits-tests/
H A Dtestacpi.py2145 bclk = testutil.adjust_to_nearest(bits.bclk(), 100.0/12) * 1000000
180 aperf = int(aperf / 1000000)
/qemu/hw/audio/
H A Dsb16.c262 s->freq = (1000000 + (tmp / 2)) / tmp; in dma_cmd8()
322 s->freq = (1000000 + (tmp / 2)) / tmp; in dma_cmd()
324 /* s->freq = 1000000 / ((255 - s->time_const) << s->fmt_stereo); */ in dma_cmd()
325 s->freq = 1000000 / ((255 - s->time_const)); in dma_cmd()

1234