Home
last modified time | relevance | path

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

/external/qemu/hw/
Darmv7m_nvic.c48 #define SYSTICK_ENABLE (1 << 0) macro
81 s->systick.control &= ~SYSTICK_ENABLE; in systick_timer_tick()
137 if ((s->systick.control & SYSTICK_ENABLE) == 0) in nvic_readl()
275 if ((oldval ^ value) & SYSTICK_ENABLE) { in nvic_writel()
277 if (value & SYSTICK_ENABLE) { in nvic_writel()