Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/
H A Dti_sdma.c228 intr = ti_sdma_read_4(sc, DMA4_IRQSTATUS_L(j)); in ti_sdma_intr()
277 ti_sdma_write_4(sc, DMA4_IRQSTATUS_L(j), (1 << ch)); in ti_sdma_intr()
432 ti_sdma_write_4(sc, DMA4_IRQSTATUS_L(j), (1 << ch)); in ti_sdma_deactivate_channel()
825 ti_sdma_write_4(sc, DMA4_IRQSTATUS_L(j), (1 << ch)); in ti_sdma_stop_xfer()
H A Dti_sdmareg.h44 #define DMA4_IRQSTATUS_L(j) (0x0008 + ((j) * 0x4)) macro