HomeSort by: relevance | last modified time | path
    Searched defs:sc_headphones_mask (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/dev/
awacs.c 75 uint32_t sc_headphones_mask; /* which reading of the gpio means */ member in struct:awacs_softc
444 sc->sc_headphones_mask = 0x8;
452 sc->sc_headphones_mask = 0x04;
456 sc->sc_headphones_mask = 0x8;
1252 return ((reg & sc->sc_headphones_mask) == sc->sc_headphones_in);
awacs.c 75 uint32_t sc_headphones_mask; /* which reading of the gpio means */ member in struct:awacs_softc
444 sc->sc_headphones_mask = 0x8;
452 sc->sc_headphones_mask = 0x04;
456 sc->sc_headphones_mask = 0x8;
1252 return ((reg & sc->sc_headphones_mask) == sc->sc_headphones_in);

Completed in 26 milliseconds