Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/mini/
H A Demmc_mini_virtual.c21 int32_t EmmcGetCardCsd(DevHandle handle, uint8_t *csd, uint32_t size) in EmmcGetCardCsd()
/ohos5.0/drivers/hdf_core/framework/support/platform/test/unittest/common/
H A Dhdf_emmc_mini_test.cpp67 uint8_t csd; in EmmcMiniGetCardCsdTest() local
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dio.h65 std::string csd; member
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_protocol.c251 uint32_t *csd = NULL; in MmcSendCsd() local
698 struct MmcCsd *csd = NULL; in EmmcDecodeCsd() local
2079 static void SdDecodeCsdRev1Field(struct MmcCntlr *cntlr, struct MmcCsd *csd, uint32_t *rawCsd) in SdDecodeCsdRev1Field()
2134 static void SdDecodeCsdRev2Field(struct MmcCntlr *cntlr, struct MmcCsd *csd, uint32_t *rawCsd) in SdDecodeCsdRev2Field()
2169 struct MmcCsd *csd = NULL; in SdDecodeCsd() local
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_corex.h202 struct MmcCsd csd; member