Searched refs:DMA4_CICR (Results 1 – 2 of 2) sorted by relevance
424 ti_sdma_write_4(sc, DMA4_CICR(ch), 0); in ti_sdma_deactivate_channel()476 ti_sdma_write_4(sc, DMA4_CICR(ch), 0x0000); in ti_sdma_disable_channel_irq()539 ti_sdma_write_4(sc, DMA4_CICR(ch), flags); in ti_sdma_enable_channel_irq()817 ti_sdma_write_4(sc, DMA4_CICR(ch), 0); in ti_sdma_stop_xfer()
55 #define DMA4_CICR(i) (0x0088 + ((i) * 0x60)) macro