Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_protocol.c898 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()
992 static int32_t EmmcDecodeExtCsd(struct MmcCntlr *cntlr, uint8_t *rawExtCsd, uint32_t len) in EmmcDecodeExtCsd()