Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sd/
H A Dsdmmc-internal.h41 #define EXT_CSD_GP_SIZE_MULT 143 /* R/W */ macro
/openbmc/linux/include/linux/mmc/
H A Dmmc.h265 #define EXT_CSD_GP_SIZE_MULT 143 /* R/W */ macro
/openbmc/linux/drivers/mmc/core/
H A Dmmc.c340 if (!ext_csd[EXT_CSD_GP_SIZE_MULT + idx * 3] && in mmc_manage_gp_partitions()
341 !ext_csd[EXT_CSD_GP_SIZE_MULT + idx * 3 + 1] && in mmc_manage_gp_partitions()
342 !ext_csd[EXT_CSD_GP_SIZE_MULT + idx * 3 + 2]) in mmc_manage_gp_partitions()
350 (ext_csd[EXT_CSD_GP_SIZE_MULT + idx * 3 + 2] in mmc_manage_gp_partitions()
352 (ext_csd[EXT_CSD_GP_SIZE_MULT + idx * 3 + 1] in mmc_manage_gp_partitions()
354 ext_csd[EXT_CSD_GP_SIZE_MULT + idx * 3]; in mmc_manage_gp_partitions()
/openbmc/u-boot/include/
H A Dmmc.h208 #define EXT_CSD_GP_SIZE_MULT 143 /* R/W */ macro
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c1120 EXT_CSD_GP_SIZE_MULT+pidx*3+i, in mmc_hwpart_config()
2148 int idx = EXT_CSD_GP_SIZE_MULT + i * 3; in mmc_startup_v4()