Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/iomd/
H A Diomd_dma.c147 u_char status = (*dp->dc_st) & DMA_ST_MASK; in dma_intr()
282 dc->dc_st, (int)(*dc->dc_st) & DMA_ST_MASK, in dma_dumpdc()
H A Diomd_dma.h68 #define DMA_ST_MASK (DMA_ST_CHAN | DMA_ST_INT | DMA_ST_OVER) macro