Searched refs:dma_support (Results 1 – 2 of 2) sorted by relevance
245 if (mmc->dma_support != 0) { in esdhc_send_cmd()251 if ((cmd == CMD17 || cmd == CMD24) && (mmc->dma_support != 0)) { in esdhc_send_cmd()438 if ((mmc->dma_support != 0) && (dest_ptr != NULL)) { in esdhc_set_data_attributes()710 if (mmc->dma_support && len > 64) { in esdhc_read_data()734 if (mmc->dma_support && len > 64) { in esdhc_write_data()1163 mmc->dma_support = esdhc_in32(&mmc->esdhc_regs->hostcapblt) & in esdhc_emmc_init()1166 mmc->dma_support = 0; in esdhc_emmc_init()
307 uint32_t dma_support; /* DMA support */ member