Home
last modified time | relevance | path

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

/openbmc/u-boot/board/keymile/kmp204x/
H A Dqrio.c200 if (mode & UPREQ_CORE_RST) in qrio_uprstreq()
201 rstcfg |= UPREQ_CORE_RST; in qrio_uprstreq()
203 rstcfg &= ~UPREQ_CORE_RST; in qrio_uprstreq()
H A Dkmp204x.h30 #define UPREQ_CORE_RST 0x1 macro
H A Dkmp204x.c91 qrio_uprstreq(UPREQ_CORE_RST); in board_early_init_f()