Home
last modified time | relevance | path

Searched refs:NRF51_TIMER_REG_CC0 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/timer/
H A Dnrf51_timer.c185 case NRF51_TIMER_REG_CC0 ... NRF51_TIMER_REG_CC3: in nrf51_timer_read()
186 r = s->cc[(offset - NRF51_TIMER_REG_CC0) / 4]; in nrf51_timer_read()
288 case NRF51_TIMER_REG_CC0 ... NRF51_TIMER_REG_CC3: in nrf51_timer_write()
293 idx = (offset - NRF51_TIMER_REG_CC0) / 4; in nrf51_timer_write()
/openbmc/qemu/include/hw/timer/
H A Dnrf51_timer.h54 #define NRF51_TIMER_REG_CC0 0x540 macro
/openbmc/qemu/tests/qtest/
H A Dmicrobit-test.c463 qtest_writel(qts, NRF51_TIMER_BASE + NRF51_TIMER_REG_CC0 + idx * 4, value); in timer_set_cc()