Searched refs:BOOTFLOWST_MEDIA (Results 1 - 6 of 6) sorted by relevance

/u-boot/fs/sandbox/
H A Dhost_bootdev.c31 bflow->state = BOOTFLOWST_MEDIA;
/u-boot/drivers/mtd/spi/
H A Dsf_bootdev.c40 bflow->state = BOOTFLOWST_MEDIA;
/u-boot/include/
H A Dbootflow.h30 BOOTFLOWST_MEDIA, /**< Media exists */ enumerator in enum:bootflow_state_t
/u-boot/test/boot/
H A Dbootflow.c299 ut_asserteq(BOOTFLOWST_MEDIA, bflow.state);
308 ut_asserteq(BOOTFLOWST_MEDIA, bflow.state);
319 ut_asserteq(BOOTFLOWST_MEDIA, bflow.state);
329 ut_asserteq(BOOTFLOWST_MEDIA, bflow.state);
361 ut_asserteq(BOOTFLOWST_MEDIA, bflow.state);
/u-boot/cmd/
H A Dbootflow.c39 case BOOTFLOWST_MEDIA:
/u-boot/boot/
H A Dbootdev-uclass.c157 bflow->state = BOOTFLOWST_MEDIA;

Completed in 60 milliseconds