Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_protocol.h951SDIO_CCCR_CAP_4BLS = 0x80, /* 4-bit Mode Support for Low-Speed Card. if the SDIO card is a Low-Spe… enumerator
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_protocol.c3124 if ((cap & SDIO_CCCR_CAP_4BLS) > 0) { in SdioReadCccrCapbility()