Searched refs:vdma_set_mode (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Djazzdma.h20 extern void vdma_set_mode(int channel, int mode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-jazz/
H A Dfloppy.h64 vdma_set_mode(JAZZ_FLOPPY_DMA, mode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Djazz_esp.c96 vdma_set_mode ((int)esp->dma_regs, DMA_MODE_READ);
98 vdma_set_mode ((int)esp->dma_regs, DMA_MODE_WRITE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jazz/
H A Djazzdma.c438 void vdma_set_mode(int channel, int mode) function
441 printk("vdma_set_mode: channel %d, mode 0x%x\n", channel,
470 ("VDMA: vdma_set_mode() called with unsupported channel %d!\n",
491 ("VDMA: vdma_set_mode() called with unknown dma mode 0x%x\n",
496 EXPORT_SYMBOL(vdma_set_mode); variable

Completed in 38 milliseconds