Home
last modified time | relevance | path

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

/openbmc/qemu/hw/m68k/
H A Dnext-cube.c494 #define NEXTDMA_ENRX(x) (0x150 + x) macro
509 case NEXTDMA_ENRX(NEXTDMA_CSR): in next_dma_write()
532 case NEXTDMA_ENRX(NEXTDMA_NEXT_INIT): in next_dma_write()
536 case NEXTDMA_ENRX(NEXTDMA_NEXT): in next_dma_write()
537 next_state->dma[NEXTDMA_ENRX].next = val; in next_dma_write()
540 case NEXTDMA_ENRX(NEXTDMA_LIMIT): in next_dma_write()
603 case NEXTDMA_ENRX(NEXTDMA_CSR): in next_dma_read()
604 val = next_state->dma[NEXTDMA_ENRX].csr; in next_dma_read()
607 case NEXTDMA_ENRX(NEXTDMA_NEXT_INIT): in next_dma_read()
611 case NEXTDMA_ENRX(NEXTDMA_NEXT): in next_dma_read()
[all …]
/openbmc/qemu/include/hw/m68k/
H A Dnext-cube.h21 NEXTDMA_ENRX, enumerator