Home
last modified time | relevance | path

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

/openbmc/qemu/hw/m68k/
H A Dnext-cube.c491 #define NEXTDMA_SCSI(x) (0x10 + x) macro
544 case NEXTDMA_SCSI(NEXTDMA_CSR): in next_dma_write()
546 next_state->dma[NEXTDMA_SCSI].csr |= DMA_DEV2M; in next_dma_write()
550 next_state->dma[NEXTDMA_SCSI].csr |= DMA_ENABLE; in next_dma_write()
553 next_state->dma[NEXTDMA_SCSI].csr |= DMA_SUPDATE; in next_dma_write()
556 next_state->dma[NEXTDMA_SCSI].csr &= ~DMA_COMPLETE; in next_dma_write()
560 next_state->dma[NEXTDMA_SCSI].csr &= ~(DMA_COMPLETE | DMA_SUPDATE | in next_dma_write()
567 case NEXTDMA_SCSI(NEXTDMA_NEXT): in next_dma_write()
568 next_state->dma[NEXTDMA_SCSI].next = val; in next_dma_write()
571 case NEXTDMA_SCSI(NEXTDMA_LIMIT): in next_dma_write()
[all …]
/openbmc/qemu/include/hw/m68k/
H A Dnext-cube.h23 NEXTDMA_SCSI, enumerator