HomeSort by: relevance | last modified time | path
    Searched refs:F_APBH_DMA (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/imx/
imx23_apbdma.c 95 (apbdma_attached & F_APBH_DMA))
112 sc->flags = F_APBH_DMA;
120 if (sc->flags & F_APBH_DMA)
121 apbdma_attached |= F_APBH_DMA;
130 if (sc->flags & F_APBH_DMA)
200 if (sc->flags & F_APBH_DMA) {
287 if (sc->flags & F_APBH_DMA)
309 if (sc->flags & F_APBH_DMA) {
332 if (sc->flags & F_APBH_DMA) {
395 if (sc->flags & F_APBH_DMA) {
    [all...]
imx23_apbdmavar.h 61 #define F_APBH_DMA __BIT(0)

Completed in 17 milliseconds