Home
last modified time | relevance | path

Searched refs:DMA_STAT_SCSIINT (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/scsi/
H A Desp-pci.c64 #define DMA_STAT_SCSIINT 0x10 macro
82 int scsi_level = !!(pci->dma_regs[DMA_STAT] & DMA_STAT_SCSIINT); in esp_pci_update_irq()
95 pci->dma_regs[DMA_STAT] |= DMA_STAT_SCSIINT; in esp_irq_handler()
109 pci->dma_regs[DMA_STAT] &= ~DMA_STAT_SCSIINT; in esp_irq_handler()
150 pci->dma_regs[DMA_STAT] &= ~(DMA_STAT_BCMBLT | DMA_STAT_SCSIINT in esp_pci_handle_start()
356 pci->dma_regs[DMA_STAT] &= ~(DMA_STAT_BCMBLT | DMA_STAT_SCSIINT in esp_pci_hard_reset()