Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsysreset.h16 SYSRESET_COUNT, enumerator
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dstate.h87 bool sysreset_allowed[SYSRESET_COUNT]; /* Allowed system reset types */
/openbmc/u-boot/drivers/sysreset/
H A Dsysreset-uclass.c54 while (ret != -EINPROGRESS && type < SYSRESET_COUNT) { in sysreset_walk()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dstate.c357 state->last_sysreset = SYSRESET_COUNT; in state_reset_for_test()