Home
last modified time | relevance | path

Searched refs:NO_DMA (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dipu.h90 #define NO_DMA 0x3F macro
102 MEM_DC_SYNC = _MAKE_CHAN(7, 28, NO_DMA, NO_DMA, NO_DMA),
103 MEM_DC_ASYNC = _MAKE_CHAN(8, 41, NO_DMA, NO_DMA, NO_DMA),
104 MEM_BG_SYNC = _MAKE_CHAN(9, 23, NO_DMA, 51, NO_DMA),
105 MEM_FG_SYNC = _MAKE_CHAN(10, 27, NO_DMA, 31, NO_DMA),
107 MEM_BG_ASYNC0 = _MAKE_CHAN(11, 24, NO_DMA, 52, NO_DMA),
108 MEM_FG_ASYNC0 = _MAKE_CHAN(12, 29, NO_DMA, 33, NO_DMA),
112 DIRECT_ASYNC0 = _MAKE_CHAN(13, NO_DMA, NO_DMA, NO_DMA, NO_DMA),
113 DIRECT_ASYNC1 = _MAKE_CHAN(14, NO_DMA, NO_DMA, NO_DMA, NO_DMA),
H A Dipu_common.c281 #define idma_is_valid(ch) (ch != NO_DMA)
/openbmc/linux/arch/arm/include/asm/
H A Ddma.h143 #ifndef NO_DMA
144 #define NO_DMA 255 macro
/openbmc/linux/drivers/scsi/arm/
H A Dcumana_2.c167 if (dmach != NO_DMA && in cumanascsi_2_dma_setup()
288 if (info->info.scsi.dma != NO_DMA) { in cumanascsi_2_dma_stop()
444 if (info->info.scsi.dma != NO_DMA) { in cumanascsi2_probe()
448 info->info.scsi.dma = NO_DMA; in cumanascsi2_probe()
459 if (info->info.scsi.dma != NO_DMA) in cumanascsi2_probe()
484 if (info->info.scsi.dma != NO_DMA) in cumanascsi2_remove()
H A Dpowertec.c178 if (info->info.scsi.dma != NO_DMA) in powertecscsi_dma_stop()
369 if (info->info.scsi.dma != NO_DMA) { in powertecscsi_probe()
373 info->info.scsi.dma = NO_DMA; in powertecscsi_probe()
384 if (info->info.scsi.dma != NO_DMA) in powertecscsi_probe()
412 if (info->info.scsi.dma != NO_DMA) in powertecscsi_remove()
H A Deesox.c166 if (dmach != NO_DMA && in eesoxscsi_dma_setup()
375 if (info->info.scsi.dma != NO_DMA) in eesoxscsi_dma_stop()
562 if (info->info.scsi.dma != NO_DMA) { in eesoxscsi_probe()
566 info->info.scsi.dma = NO_DMA; in eesoxscsi_probe()
578 if (info->info.scsi.dma != NO_DMA) in eesoxscsi_probe()
604 if (info->info.scsi.dma != NO_DMA) in eesoxscsi_remove()
H A Darxescsi.c287 info->info.scsi.dma = NO_DMA; in arxescsi_probe()
/openbmc/linux/drivers/ata/
H A Dpata_icside.c292 if (ec->dma != NO_DMA && !request_dma(ec->dma, DRV_NAME)) { in icside_dma_init()
501 state->dma = NO_DMA; in pata_icside_probe()
596 if (state->dma != NO_DMA) in pata_icside_remove()
/openbmc/linux/arch/m68k/
H A DKconfig33 select NO_DMA if !MMU && !COLDFIRE
H A DKconfig.machine142 select NO_DMA
/openbmc/linux/kernel/dma/
H A DKconfig3 config NO_DMA config
8 depends on !NO_DMA
/openbmc/linux/drivers/crypto/ccree/
H A Dcc_hw_queue_defs.h84 NO_DMA = 0, enumerator
/openbmc/linux/arch/sh/
H A DKconfig67 select NO_DMA if !MMU && !DMA_COHERENT
140 def_bool !NO_DMA && !DMA_COHERENT
/openbmc/linux/arch/um/
H A DKconfig23 select NO_DMA if !UML_DMA_EMULATION
/openbmc/linux/arch/arm/mach-rpc/
H A Decard.c705 ec->dma = NO_DMA; in ecard_alloc_card()