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

/netbsd-current/sys/arch/arm/iomd/
H A Diomd_dma.h67 #define DMA_ST_OVER 0x04 macro
68 #define DMA_ST_MASK (DMA_ST_CHAN | DMA_ST_INT | DMA_ST_OVER)
H A Diomd_dma.c164 case DMA_ST_OVER | DMA_ST_INT:
165 case DMA_ST_OVER | DMA_ST_INT | DMA_ST_CHAN:

Completed in 209 milliseconds