Home
last modified time | relevance | path

Searched refs:rev (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/framework/support/platform/include/hdmi/
Dhdmi_core.h79 uint32_t rev : 13; /* bit21~31: reserved */ member
/drivers/hdf_core/framework/model/storage/include/mmc/
Dmmc_protocol.h588 uint8_t rev; /* EXT_CSD_REV: [192] */ member
/drivers/hdf_core/framework/model/storage/src/mmc/
Dmmc_protocol.c1005 extCsd->rev = rawExtCsd[EMMC_EXT_CSD_REV]; in EmmcDecodeExtCsd()
1009 if (extCsd->rev >= EMMC_EXT_CSD_REV_1_2) { in EmmcDecodeExtCsd()
1020 if (extCsd->rev >= EMMC_EXT_CSD_REV_1_3) { in EmmcDecodeExtCsd()
1028 if (extCsd->rev >= EMMC_EXT_CSD_REV_1_4) { in EmmcDecodeExtCsd()
1032 if (extCsd->rev >= EMMC_EXT_CSD_REV_1_5) { in EmmcDecodeExtCsd()