Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dimx_epit.h44 #define CR_RLD (1 << 3) macro
/openbmc/qemu/hw/timer/
H A Dimx_epit.c240 bool set_limit = toggled_cr_bits & CR_RLD; in imx_epit_write_cr()
254 uint64_t limit = (s->cr & CR_RLD) ? s->lr : EPIT_TIMER_MAX; in imx_epit_write_cr()
300 if (s->cr & CR_RLD) { in imx_epit_write_lr()