Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Ddavinci_mmc.c208 bool do_dma; member
337 if (host->do_dma) in mmc_davinci_start_command()
363 if (!host->do_dma) in mmc_davinci_start_command()
368 if (!host->do_dma) in mmc_davinci_start_command()
376 if (!host->do_dma && (host->data_dir == DAVINCI_MMC_DATADIR_WRITE)) in mmc_davinci_start_command()
384 if (!host->do_dma && host->bytes_left <= poll_threshold) { in mmc_davinci_start_command()
493 host->do_dma = 1; in mmc_davinci_start_dma_transfer()
620 host->do_dma = 0; in mmc_davinci_request()
796 if (host->do_dma) { in mmc_davinci_xfer_done()
801 host->do_dma = false; in mmc_davinci_xfer_done()
[all …]
Dmxcmmc.c133 int do_dma; member
259 return host->do_dma; in mxcmci_use_dma()
326 host->do_dma = 0; in mxcmci_setup_data()
353 host->do_dma = 0; in mxcmci_setup_data()
782 host->do_dma = 1; in mxcmci_request()
875 host->do_dma = 0; in mxcmci_set_ios()
/Linux-v4.19/drivers/mtd/nand/raw/
Dtango_nand.c234 static int do_dma(struct tango_nfc *nfc, enum dma_data_direction dir, int cmd, in do_dma() function
289 err = do_dma(nfc, DMA_FROM_DEVICE, NFC_READ, buf, len, page); in tango_read_page()
313 err = do_dma(nfc, DMA_TO_DEVICE, NFC_WRITE, buf, len, page); in tango_write_page()