Searched refs:sun_pci_fd_ebus_dma (Results 1 – 1 of 1) sorted by relevance
288 static struct ebus_dma_info sun_pci_fd_ebus_dma; variable378 ebus_dma_enable(&sun_pci_fd_ebus_dma, 1); in sun_pci_fd_enable_dma()380 if (ebus_dma_request(&sun_pci_fd_ebus_dma, in sun_pci_fd_enable_dma()388 ebus_dma_enable(&sun_pci_fd_ebus_dma, 0); in sun_pci_fd_disable_dma()404 ebus_dma_prepare(&sun_pci_fd_ebus_dma, mode != DMA_MODE_WRITE); in sun_pci_fd_set_dma_mode()419 return ebus_dma_residue(&sun_pci_fd_ebus_dma); in sun_pci_get_dma_residue()424 return ebus_dma_irq_enable(&sun_pci_fd_ebus_dma, 1); in sun_pci_fd_request_irq()429 ebus_dma_irq_enable(&sun_pci_fd_ebus_dma, 0); in sun_pci_fd_free_irq()607 spin_lock_init(&sun_pci_fd_ebus_dma.lock); in sun_floppy_init()610 sun_pci_fd_ebus_dma.regs = (void __iomem *) in sun_floppy_init()[all …]