Searched refs:STATUS_RESETTING (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/altera/msgdma/ | ||
H A D | msgdma.h | 35 #define STATUS_RESETTING (1 << 6) macro |
H A D | msgdma.c | 200 if ((READ4(sc, DMA_STATUS) & STATUS_RESETTING) == 0) in msgdma_reset() |