Home
last modified time | relevance | path

Searched refs:EMMC_EXT_CSD_WRITE_BYTE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_protocol.h511 EMMC_EXT_CSD_WRITE_BYTE = 0x03, /* The Value field is written into the pointed byte. */ enumerator
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_protocol.c310 cmd.argument = (EMMC_EXT_CSD_WRITE_BYTE << 24) in MmcSwitch()