Searched refs:sun_pci_fd_ebus_dma (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | floppy_64.h | 288 static struct ebus_dma_info sun_pci_fd_ebus_dma; variable 378 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 in sun_floppy_init() [all...] |
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | floppy_64.h | 288 static struct ebus_dma_info sun_pci_fd_ebus_dma; variable 378 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 in sun_floppy_init() [all...] |
Completed in 3 milliseconds