Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dxlnx_dpdma.c81 #define DPDMA_CNTL_CH(n) ((0x0218 + n * 0x100) >> 2) macro
314 return (s->registers[DPDMA_CNTL_CH(channel)] & DPDMA_CNTL_CH_EN) != 0; in xlnx_dpdma_is_channel_enabled()
320 return (s->registers[DPDMA_CNTL_CH(channel)] & DPDMA_CNTL_CH_PAUSED) != 0; in xlnx_dpdma_is_channel_paused()
517 case DPDMA_CNTL_CH(0): in xlnx_dpdma_write()
522 case DPDMA_CNTL_CH(1): in xlnx_dpdma_write()
527 case DPDMA_CNTL_CH(2): in xlnx_dpdma_write()
532 case DPDMA_CNTL_CH(3): in xlnx_dpdma_write()
537 case DPDMA_CNTL_CH(4): in xlnx_dpdma_write()
542 case DPDMA_CNTL_CH(5): in xlnx_dpdma_write()