HomeSort by: relevance | last modified time | path
    Searched refs:sc_isync (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
athnvar.h 504 uint32_t sc_isync; member in struct:athn_softc
athn.c 590 AR_WRITE(sc, AR_INTR_SYNC_MASK, sc->sc_isync);
2133 AR_WRITE(sc, AR_INTR_SYNC_ENABLE, sc->sc_isync);
2134 AR_WRITE(sc, AR_INTR_SYNC_MASK, sc->sc_isync);
2343 sc->sc_isync = AR_INTR_SYNC_DEFAULT;
2345 sc->sc_isync |= AR_INTR_SYNC_GPIO_PIN(sc->sc_rfsilent_pin);
2346 AR_WRITE(sc, AR_INTR_SYNC_ENABLE, sc->sc_isync);
arn5008.c 1194 if (intr == AR_INTR_SPURIOUS || (intr & sc->sc_isync) == 0)
1203 sync = AR_READ(sc, AR_INTR_SYNC_CAUSE) & sc->sc_isync;
arn9003.c 1352 if (intr == AR_INTR_SPURIOUS || (intr & sc->sc_isync) == 0)
1361 sync = AR_READ(sc, AR_INTR_SYNC_CAUSE) & sc->sc_isync;

Completed in 21 milliseconds