Home
last modified time | relevance | path

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

/external/u-boot/board/keymile/kmp204x/
Dqrio.c195 u32 rstcfg; in qrio_uprstreq() local
198 rstcfg = in_8(qrio_base + RSTCFG_OFF); in qrio_uprstreq()
201 rstcfg |= UPREQ_CORE_RST; in qrio_uprstreq()
203 rstcfg &= ~UPREQ_CORE_RST; in qrio_uprstreq()
205 out_8(qrio_base + RSTCFG_OFF, rstcfg); in qrio_uprstreq()