Home
last modified time | relevance | path

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

/openbmc/u-boot/board/renesas/stout/
H A Dstout.c133 (op != ENVOP_INIT)) in env_get_location()
/openbmc/u-boot/board/renesas/alt/
H A Dalt.c136 (op != ENVOP_INIT)) in env_get_location()
/openbmc/u-boot/board/renesas/silk/
H A Dsilk.c137 (op != ENVOP_INIT)) in env_get_location()
/openbmc/u-boot/board/renesas/porter/
H A Dporter.c142 (op != ENVOP_INIT)) in env_get_location()
/openbmc/u-boot/board/renesas/koelsch/
H A Dkoelsch.c144 (op != ENVOP_INIT)) in env_get_location()
/openbmc/u-boot/board/renesas/gose/
H A Dgose.c142 (op != ENVOP_INIT)) in env_get_location()
/openbmc/u-boot/board/renesas/lager/
H A Dlager.c153 (op != ENVOP_INIT)) in env_get_location()
/openbmc/u-boot/include/
H A Denvironment.h200 ENVOP_INIT, /* we want to call the init function */ enumerator
/openbmc/u-boot/env/
H A Denv.c263 for (prio = 0; (drv = env_driver_lookup(ENVOP_INIT, prio)); prio++) { in env_init()