Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx9/common/
H A Dimx9_sys_sleep.c109 uint32_t cs, toval; in wdog_restore() local
112 toval = mmio_read_32(wdog->base + 0x8); in wdog_restore()
115 if (cs == wdog->regs[0] && toval == wdog->regs[1]) { in wdog_restore()