Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dimx_epit.h50 #define CR_WAITEN (1 << 19) macro
/openbmc/qemu/hw/timer/
H A Dimx_epit.c96 s->cr &= (CR_EN|CR_ENMOD|CR_STOPEN|CR_DOZEN|CR_WAITEN|CR_DBGEN); in imx_epit_reset()