Home
last modified time | relevance | path

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

/freebsd/sys/arm/ti/
H A Dti_sdma.c421 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()
H A Dti_sdmareg.h53 #define DMA4_CICR(i) (0x0088 + ((i) * 0x60)) macro