Searched refs:vdma_set_mode (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | jazzdma.h | 19 extern void vdma_set_mode(int channel, int mode);
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | jazzdma.h | 19 extern void vdma_set_mode(int channel, int mode);
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | jazz_esp.c | 73 vdma_set_mode ((int)esp->dma_regs, DMA_MODE_READ); in jazz_esp_send_dma_cmd() 75 vdma_set_mode ((int)esp->dma_regs, DMA_MODE_WRITE); in jazz_esp_send_dma_cmd()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | jazz_esp.c | 73 vdma_set_mode ((int)esp->dma_regs, DMA_MODE_READ); in jazz_esp_send_dma_cmd() 75 vdma_set_mode ((int)esp->dma_regs, DMA_MODE_WRITE); in jazz_esp_send_dma_cmd()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-jazz/ |
H A D | floppy.h | 62 vdma_set_mode(JAZZ_FLOPPY_DMA, mode); in fd_set_dma_mode()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-jazz/ |
H A D | floppy.h | 62 vdma_set_mode(JAZZ_FLOPPY_DMA, mode); in fd_set_dma_mode()
|
/kernel/linux/linux-5.10/arch/mips/jazz/ |
H A D | jazzdma.c | 371 void vdma_set_mode(int channel, int mode) in vdma_set_mode() function 374 printk("vdma_set_mode: channel %d, mode 0x%x\n", channel, in vdma_set_mode() 403 ("VDMA: vdma_set_mode() called with unsupported channel %d!\n", in vdma_set_mode() 424 ("VDMA: vdma_set_mode() called with unknown dma mode 0x%x\n", in vdma_set_mode() 429 EXPORT_SYMBOL(vdma_set_mode); variable
|
/kernel/linux/linux-6.6/arch/mips/jazz/ |
H A D | jazzdma.c | 371 void vdma_set_mode(int channel, int mode) in vdma_set_mode() function 374 printk("vdma_set_mode: channel %d, mode 0x%x\n", channel, in vdma_set_mode() 403 ("VDMA: vdma_set_mode() called with unsupported channel %d!\n", in vdma_set_mode() 424 ("VDMA: vdma_set_mode() called with unknown dma mode 0x%x\n", in vdma_set_mode() 429 EXPORT_SYMBOL(vdma_set_mode); variable
|
Completed in 4 milliseconds