Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Da31_dmac.c57 #define DMA_IRQ_EN_REG0 0x00 macro
59 #define DMA_IRQ_EN_REG(ch) (DMA_IRQ_EN_REG0 + ((ch) / 8) * 4)
240 DMA_WRITE(sc, DMA_IRQ_EN_REG0, 0); in a31dmac_attach()