Searched refs:rawCsd (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/ |
H A D | mmc_protocol.c | 267 csd = cntlr->curDev->reg.rawCsd; in MmcSendCsd() 701 uint32_t *rawCsd = NULL; in EmmcDecodeCsd() local 708 rawCsd = cntlr->curDev->reg.rawCsd; in EmmcDecodeCsd() 722 unit = MmcParseBits(rawCsd, CSD_BITS, 112, 3); in EmmcDecodeCsd() 729 unit = MmcParseBits(rawCsd, CSD_BITS, 96, 3); in EmmcDecodeCsd() 736 unit = MmcParseBits(rawCsd, CSD_BITS, 47, 3); in EmmcDecodeCsd() 2093 unit = MmcParseBits(rawCsd, CSD_BITS, 96, 3); in SdDecodeCsdRev1Field() 2142 unit = MmcParseBits(rawCsd, CSD_BITS, 96, 3); in SdDecodeCsdRev2Field() 2170 uint32_t *rawCsd = NULL; in SdDecodeCsd() local 2177 rawCsd = cntlr->curDev->reg.rawCsd; in SdDecodeCsd() [all …]
|
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/ |
H A D | mmc_corex.h | 200 uint32_t rawCsd[CSD_LEN]; member
|