Searched defs:extCsd (Results 1 – 2 of 2) sorted by relevance
22 struct EmmcExtCsd extCsd; member
230 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() local1070 uint8_t extCsd[EXT_CSD_BYTES_LEN] = {0}; in EmmcCheckExtCsd() local[all …]