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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_ssc.c51 #define OPENED 1 macro
224 if (!(sc->flags & OPENED)) {
225 sc->flags |= OPENED;
238 sc->flags &= ~OPENED;
H A Dat91_pio.c73 #define OPENED 1 macro
284 if (!(sc->flags & OPENED)) {
285 sc->flags |= OPENED;
298 sc->flags &= ~OPENED;

Completed in 91 milliseconds