Searched refs:sc_isync (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | athn.c | 590 AR_WRITE(sc, AR_INTR_SYNC_MASK, sc->sc_isync); in athn_softintr() 2133 AR_WRITE(sc, AR_INTR_SYNC_ENABLE, sc->sc_isync); in athn_enable_interrupts() 2134 AR_WRITE(sc, AR_INTR_SYNC_MASK, sc->sc_isync); in athn_enable_interrupts() 2343 sc->sc_isync = AR_INTR_SYNC_DEFAULT; in athn_hw_reset() 2345 sc->sc_isync |= AR_INTR_SYNC_GPIO_PIN(sc->sc_rfsilent_pin); in athn_hw_reset() 2346 AR_WRITE(sc, AR_INTR_SYNC_ENABLE, sc->sc_isync); in athn_hw_reset()
|
H A D | athnvar.h | 504 uint32_t sc_isync; member
|
H A D | arn5008.c | 1194 if (intr == AR_INTR_SPURIOUS || (intr & sc->sc_isync) == 0) in ar5008_get_intr_status() 1203 sync = AR_READ(sc, AR_INTR_SYNC_CAUSE) & sc->sc_isync; in ar5008_get_intr_status()
|
H A D | arn9003.c | 1352 if (intr == AR_INTR_SPURIOUS || (intr & sc->sc_isync) == 0) in ar9003_get_intr_status() 1361 sync = AR_READ(sc, AR_INTR_SYNC_CAUSE) & sc->sc_isync; in ar9003_get_intr_status()
|