Home
last modified time | relevance | path

Searched refs:dma_check (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/dma/
H A Dfsl_dma.c64 static uint dma_check(void) { in dma_check() function
125 if (dma_check()) in dmacpy()
/OK3568_Linux_fs/kernel/sound/sh/
H A Daica.c263 if (unlikely(dreamcastcard->dma_check == 0)) { in run_spu_dma()
309 if (unlikely(dreamcastcard->dma_check == 0)) in aica_period_elapsed()
310 dreamcastcard->dma_check = 1; in aica_period_elapsed()
350 dreamcastcard->dma_check = 0; in snd_aicapcm_pcm_open()
H A Daica.h67 int dma_check; member
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-dma.c536 (dma_ops->dma_check && dma_ops->dma_check(drive, cmd))) in ide_dma_prepare()
H A Dtrm290.c324 .dma_check = trm290_dma_check,
H A Dalim15x3.c509 .dma_check = ali_dma_check,
/OK3568_Linux_fs/kernel/include/linux/
H A Dide.h701 int (*dma_check)(struct ide_drive_s *, struct ide_cmd *); member