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

/freebsd-11-stable/sys/arm/ti/
H A Dti_sdma.c229 intr = ti_sdma_read_4(sc, DMA4_IRQSTATUS_L(j));
278 ti_sdma_write_4(sc, DMA4_IRQSTATUS_L(j), (1 << ch));
433 ti_sdma_write_4(sc, DMA4_IRQSTATUS_L(j), (1 << ch));
826 ti_sdma_write_4(sc, DMA4_IRQSTATUS_L(j), (1 << ch));
H A Dti_sdmareg.h42 #define DMA4_IRQSTATUS_L(j) (0x0008 + ((j) * 0x4)) macro

Completed in 57 milliseconds