Searched refs:SDMMC_CMD_READ (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/ulib/ddk/include/hw/
H A Dsdmmc.h34 #define SDMMC_CMD_READ (1 << 15) macro
55 SDMMC_RESP_DATA_PRESENT | SDMMC_CMD_READ
57 SDMMC_CMD_READ | SDMMC_CMD_MULTI_BLK | \
73 SDMMC_CMD_READ
80 SDMMC_CMD_READ
82 SDMMC_CMD_READ
/fuchsia/zircon/system/dev/block/sdhci/
H A Dsdhci.c163 {SDMMC_CMD_READ, SDHCI_CMD_READ},
407 bool is_read = req->cmd_flags & SDMMC_CMD_READ;
428 if (req->cmd_flags & SDMMC_CMD_READ) {
583 if ((req->cmd_flags & SDMMC_CMD_READ) && req->use_dma) {
/fuchsia/zircon/system/dev/block/aml-sd-emmc/
H A Daml-sd-emmc.c610 if ((!req->use_dma) && (req->cmd_flags & SDMMC_CMD_READ)) {
683 bool is_read = req->cmd_flags & SDMMC_CMD_READ;
757 if (!(req->cmd_flags & SDMMC_CMD_READ)) {
803 if (!(req->cmd_flags & SDMMC_CMD_READ)) {
876 if ((req->cmd_flags & SDMMC_CMD_READ) && req->use_dma) {
/fuchsia/zircon/system/dev/block/imx-sdhci/
H A Dimx-sdhci.c249 {SDMMC_CMD_READ, SDHCI_CMD_READ},
514 bool is_read = req->cmd_flags & SDMMC_CMD_READ;
750 if ((req->cmd_flags & SDMMC_CMD_READ) && req->use_dma) {
/fuchsia/zircon/system/dev/block/sdmmc/
H A Dops.c236 (SDIO_IO_RW_DIRECT_EXTENDED_FLAGS | SDMMC_CMD_READ),

Completed in 45 milliseconds