Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/keymile/kmp204x/
H A Dqrio.c196 u32 rstcfg; in qrio_uprstreq() local
199 rstcfg = in_8(qrio_base + RSTCFG_OFF); in qrio_uprstreq()
202 rstcfg |= UPREQ_CORE_RST; in qrio_uprstreq()
204 rstcfg &= ~UPREQ_CORE_RST; in qrio_uprstreq()
206 out_8(qrio_base + RSTCFG_OFF, rstcfg); in qrio_uprstreq()