Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcDxe/
DEmmcDxe.h118 #define EMMC_MAX_PARTITIONS 8 macro
127 EMMC_PARTITION Partition[EMMC_MAX_PARTITIONS];
DEmmcDxe.c325 for (Index = 0; Index < EMMC_MAX_PARTITIONS; Index++) { in DiscoverAllPartitions()
630 for (Index = 0; Index < EMMC_MAX_PARTITIONS; Index++) { in DiscoverEmmcDevice()
646 if (Index >= EMMC_MAX_PARTITIONS) { in DiscoverEmmcDevice()