Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc.c1302 if (!(mmc->part_support & PART_SUPPORT)) {
1945 if ((ext_csd[EXT_CSD_PARTITIONING_SUPPORT] & PART_SUPPORT) ||
1997 if ((ext_csd[EXT_CSD_PARTITIONING_SUPPORT] & PART_SUPPORT) &&
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h298 #define PART_SUPPORT (0x1) macro