Home
last modified time | relevance | path

Searched refs:NRF51_TRIGGER_TASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/timer/
H A Dnrf51_timer.c210 if (value == NRF51_TRIGGER_TASK && s->mode == NRF51_TIMER_TIMER) { in nrf51_timer_write()
219 if (value == NRF51_TRIGGER_TASK) { in nrf51_timer_write()
225 if (value == NRF51_TRIGGER_TASK && s->mode == NRF51_TIMER_COUNTER) { in nrf51_timer_write()
231 if (value == NRF51_TRIGGER_TASK) { in nrf51_timer_write()
241 if (value == NRF51_TRIGGER_TASK) { in nrf51_timer_write()
/openbmc/qemu/include/hw/arm/
H A Dnrf51.h41 #define NRF51_TRIGGER_TASK 0x01 macro
/openbmc/qemu/hw/misc/
H A Dnrf51_rng.c92 if (value == NRF51_TRIGGER_TASK) { in rng_write()
98 if (value == NRF51_TRIGGER_TASK) { in rng_write()
/openbmc/qemu/tests/qtest/
H A Dmicrobit-test.c443 qtest_writel(qts, NRF51_TIMER_BASE + task, NRF51_TRIGGER_TASK); in timer_task()