Home
last modified time | relevance | path

Searched refs:PRESCALE (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_timer-test.c30 #define PRESCALE(x) (x) macro
38 #define TCSR_DEFAULT PRESCALE(5)
246 tim_write_tcsr(td, CEN | PRESCALE(ps)); in test_oneshot_ps5()
247 g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); in test_oneshot_ps5()
252 g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); in test_oneshot_ps5()
258 g_assert_cmphex(tim_read_tcsr(td), ==, PRESCALE(ps)); in test_oneshot_ps5()
284 tim_write_tcsr(td, CEN | PRESCALE(ps)); in test_oneshot_ps0()
285 g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); in test_oneshot_ps0()
290 g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); in test_oneshot_ps0()
296 g_assert_cmphex(tim_read_tcsr(td), ==, PRESCALE(ps)); in test_oneshot_ps0()
[all …]
/openbmc/qemu/hw/timer/
H A Dcmsdk-apb-dualtimer.c37 FIELD(CONTROL, PRESCALE, 2, 2)
112 switch (FIELD_EX32(m->control, CONTROL, PRESCALE)) { in cmsdk_dualtimermod_divisor()
145 switch (FIELD_EX32(newctrl, CONTROL, PRESCALE)) { in cmsdk_dualtimermod_write_control()
H A Dibex_timer.c42 FIELD(CFG0, PRESCALE, 0, 12)
/openbmc/u-boot/board/Barix/ipam390/
H A Dipam390-ais-uart.cfg47 ; | RSVD |PRESCALE|
50 ; | RSVD |PRESCALE| CLKL | CLKH |
/openbmc/qemu/hw/misc/
H A Dmps2-fpgaio.c37 REG32(PRESCALE, 0x1c)