Searched refs:PERIODIC (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | test-arm-mptimer.c | 31 #define PERIODIC 1 macro 185 timer_start(PERIODIC, scaler); in test_timer_periodic() 210 timer_start(PERIODIC, scaler); in test_timer_oneshot_to_periodic() 224 timer_start(PERIODIC, scaler); in test_timer_periodic_to_oneshot() 316 timer_start(PERIODIC, scaler); in test_timer_set_periodic_counter_to_0() 332 timer_start(PERIODIC, scaler); in test_timer_set_periodic_counter_to_0() 370 timer_start(PERIODIC, scaler); in test_timer_noload_periodic() 413 timer_start(PERIODIC, scaler); in test_timer_zero_load_periodic() 466 timer_start(PERIODIC, scaler); in test_timer_zero_load_periodic_to_nonzero() 517 timer_start(PERIODIC, scaler); in test_timer_nonzero_load_periodic_to_zero() [all …]
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | constant_timer.c | 55 if (FIELD_EX64(env->CSR_TCFG, CSR_TCFG, PERIODIC)) { in loongarch_constant_timer_cb()
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu-csr.h | 140 FIELD(CSR_TCFG, PERIODIC, 1, 1)
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | URB.rst | 78 // Only for PERIODIC transfers (ISO, INTERRUPT)
|