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

/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_dma.c69 #define CS_ISPAUSED (1 << 4) macro
195 } while (!(cs & CS_ISPAUSED) && (count-- > 0));
197 if (!(cs & CS_ISPAUSED)) {

Completed in 101 milliseconds