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

  /src/sys/arch/arm/iomd/
iomd_dma.h 66 #define DMA_ST_INT 0x02
68 #define DMA_ST_MASK (DMA_ST_CHAN | DMA_ST_INT | DMA_ST_OVER)
iomd_dma.c 138 /* printf("dma_isintr() returning %d\n", *dp->dc_st & DMA_ST_INT);*/
140 return *dp->dc_st & DMA_ST_INT;
164 case DMA_ST_OVER | DMA_ST_INT:
165 case DMA_ST_OVER | DMA_ST_INT | DMA_ST_CHAN:
178 case DMA_ST_INT:
179 case DMA_ST_INT | DMA_ST_CHAN:

Completed in 11 milliseconds