Searched refs:sun_pci_fd_ebus_dma (Results 1 – 1 of 1) sorted by relevance
286 static struct ebus_dma_info sun_pci_fd_ebus_dma; variable373 ebus_dma_enable(&sun_pci_fd_ebus_dma, 1); in sun_pci_fd_enable_dma()375 if (ebus_dma_request(&sun_pci_fd_ebus_dma, in sun_pci_fd_enable_dma()383 ebus_dma_enable(&sun_pci_fd_ebus_dma, 0); in sun_pci_fd_disable_dma()399 ebus_dma_prepare(&sun_pci_fd_ebus_dma, mode != DMA_MODE_WRITE); in sun_pci_fd_set_dma_mode()414 return ebus_dma_residue(&sun_pci_fd_ebus_dma); in sun_pci_get_dma_residue()419 return ebus_dma_irq_enable(&sun_pci_fd_ebus_dma, 1); in sun_pci_fd_request_irq()424 ebus_dma_irq_enable(&sun_pci_fd_ebus_dma, 0); in sun_pci_fd_free_irq()602 spin_lock_init(&sun_pci_fd_ebus_dma.lock); in sun_floppy_init()605 sun_pci_fd_ebus_dma.regs = (void __iomem *) in sun_floppy_init()[all …]