Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmmc_legacy.c224 if (mmc->part_config == MMCPART_NOAVAILABLE) in mmc_select_hwpartp()
H A Dmmc-uclass.c349 if (mmc->part_config == MMCPART_NOAVAILABLE) in mmc_select_hwpart()
H A Dmmc.c2424 mmc->part_config = MMCPART_NOAVAILABLE; in mmc_startup()
/openbmc/u-boot/cmd/
H A Dmmc.c509 if (mmc->part_config == MMCPART_NOAVAILABLE) in do_mmc_dev()
739 if (mmc->part_config == MMCPART_NOAVAILABLE) { in mmc_partconf_print()
/openbmc/u-boot/include/
H A Dmmc.h316 #define MMCPART_NOAVAILABLE (0xff) macro