Home
last modified time | relevance | path

Searched defs:extCsd (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/model/storage/include/mmc/
Dmmc_emmc.h22 struct EmmcExtCsd extCsd; member
/drivers/hdf_core/framework/model/storage/src/mmc/
Dmmc_protocol.c230 static int32_t MmcSendExtCsd(struct MmcCntlr *cntlr, uint8_t *extCsd, uint32_t len) in MmcSendExtCsd()
832 static void EmmcDecodeExtCsdSector(struct EmmcDevice *emmcDev, struct EmmcExtCsd *extCsd) in EmmcDecodeExtCsdSector()
848 static void EmmcDecodeExtCsdCardType(struct EmmcExtCsd *extCsd) in EmmcDecodeExtCsdCardType()
898 static void EmmcDecodeExtCsdRev13Field(struct EmmcExtCsd *extCsd, const uint8_t *rawExtCsd) in EmmcDecodeExtCsdRev13Field()
916 struct EmmcExtCsd *extCsd, uint8_t *rawExtCsd) in EmmcDecodeExtCsdEnhanceArea()
946 static void EmmcDecodeExtCsdPowerClassValue(struct EmmcExtCsd *extCsd, const uint8_t *rawExtCsd) in EmmcDecodeExtCsdPowerClassValue()
959 struct EmmcExtCsd *extCsd, uint8_t *rawExtCsd) in EmmcDecodeExtCsdRev14Field()
972 static void EmmcDecodeExtCsdRev15Field(struct EmmcExtCsd *extCsd, const uint8_t *rawExtCsd) in EmmcDecodeExtCsdRev15Field()
995 struct EmmcExtCsd *extCsd = &(emmcDev->emmcReg.extCsd); in EmmcDecodeExtCsd() local
1070 uint8_t extCsd[EXT_CSD_BYTES_LEN] = {0}; in EmmcCheckExtCsd() local
[all …]