Home
last modified time | relevance | path

Searched refs:EXT_CSD_SEC_CNT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/mmc/core/
H A Dmmc.c404 card->ext_csd.raw_sectors[0] = ext_csd[EXT_CSD_SEC_CNT + 0]; in mmc_decode_ext_csd()
405 card->ext_csd.raw_sectors[1] = ext_csd[EXT_CSD_SEC_CNT + 1]; in mmc_decode_ext_csd()
406 card->ext_csd.raw_sectors[2] = ext_csd[EXT_CSD_SEC_CNT + 2]; in mmc_decode_ext_csd()
407 card->ext_csd.raw_sectors[3] = ext_csd[EXT_CSD_SEC_CNT + 3]; in mmc_decode_ext_csd()
410 ext_csd[EXT_CSD_SEC_CNT + 0] << 0 | in mmc_decode_ext_csd()
411 ext_csd[EXT_CSD_SEC_CNT + 1] << 8 | in mmc_decode_ext_csd()
412 ext_csd[EXT_CSD_SEC_CNT + 2] << 16 | in mmc_decode_ext_csd()
413 ext_csd[EXT_CSD_SEC_CNT + 3] << 24; in mmc_decode_ext_csd()
754 bw_ext_csd[EXT_CSD_SEC_CNT + 0]) && in mmc_compare_ext_csds()
756 bw_ext_csd[EXT_CSD_SEC_CNT + 1]) && in mmc_compare_ext_csds()
[all …]
/openbmc/qemu/hw/sd/
H A Dsdmmc-internal.h84 #define EXT_CSD_SEC_CNT 212 /* 4 bytes */ macro
H A Dsd.c515 stl_le_p(&sd->ext_csd[EXT_CSD_SEC_CNT], sectcount); /* Sector count */ in emmc_set_ext_csd()
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c1767 memcmp(&ext_csd[EXT_CSD_SEC_CNT], in mmc_read_and_compare_ext_csd()
1768 &test_csd[EXT_CSD_SEC_CNT], 4) == 0) in mmc_read_and_compare_ext_csd()
2116 capacity = ext_csd[EXT_CSD_SEC_CNT] << 0 in mmc_startup_v4()
2117 | ext_csd[EXT_CSD_SEC_CNT + 1] << 8 in mmc_startup_v4()
2118 | ext_csd[EXT_CSD_SEC_CNT + 2] << 16 in mmc_startup_v4()
2119 | ext_csd[EXT_CSD_SEC_CNT + 3] << 24; in mmc_startup_v4()
2213 capacity = (ext_csd[EXT_CSD_SEC_CNT]) | in mmc_startup_v4()
2214 (ext_csd[EXT_CSD_SEC_CNT + 1] << 8) | in mmc_startup_v4()
2215 (ext_csd[EXT_CSD_SEC_CNT + 2] << 16) | in mmc_startup_v4()
2216 (ext_csd[EXT_CSD_SEC_CNT + 3] << 24); in mmc_startup_v4()
/openbmc/linux/include/linux/mmc/
H A Dmmc.h295 #define EXT_CSD_SEC_CNT 212 /* RO, 4 bytes */ macro
/openbmc/u-boot/include/
H A Dmmc.h225 #define EXT_CSD_SEC_CNT 212 /* RO, 4 bytes */ macro