Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc_legacy.c204 if (mmc->part_config == MMCPART_NOAVAILABLE) in mmc_select_hwpartp()
H A Dmmc-uclass.c330 if (mmc->part_config == MMCPART_NOAVAILABLE) in mmc_select_hwpart()
H A Dmmc.c1886 mmc->part_config = MMCPART_NOAVAILABLE;
/OK3568_Linux_fs/u-boot/cmd/
H A Dmmc.c576 if (mmc->part_config == MMCPART_NOAVAILABLE) in do_mmc_dev()
804 if (mmc->part_config == MMCPART_NOAVAILABLE) { in mmc_partconf_print()
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h296 #define MMCPART_NOAVAILABLE (0xff) macro