Home
last modified time | relevance | path

Searched refs:PART_SUPPORT (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dmmc.h331 #define PART_SUPPORT (0x1) macro
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmmc.c1020 if (!(mmc->part_support & PART_SUPPORT)) { in mmc_hwpart_config()
2258 if ((ext_csd[EXT_CSD_PARTITIONING_SUPPORT] & PART_SUPPORT) || in mmc_startup_v4()
2310 if ((ext_csd[EXT_CSD_PARTITIONING_SUPPORT] & PART_SUPPORT) && in mmc_startup_v4()