Searched refs:DMA4_CICR (Results 1 – 2 of 2) sorted by relevance
421 ti_sdma_write_4(sc, DMA4_CICR(ch), 0); in ti_sdma_deactivate_channel()473 ti_sdma_write_4(sc, DMA4_CICR(ch), 0x0000); in ti_sdma_disable_channel_irq()536 ti_sdma_write_4(sc, DMA4_CICR(ch), flags); in ti_sdma_enable_channel_irq()814 ti_sdma_write_4(sc, DMA4_CICR(ch), 0); in ti_sdma_stop_xfer()
53 #define DMA4_CICR(i) (0x0088 + ((i) * 0x60)) macro