Searched refs:sc_IntEnable (Results 1 – 2 of 2) sorted by relevance
719 if ((isr & sc->sc_IntEnable) == 0) in stge_intr()779 CSR_WRITE_2(sc, STGE_IntEnable, sc->sc_IntEnable); in stge_intr()1214 sc->sc_IntEnable = IS_HostError | IS_TxComplete | IS_UpdateStats | in stge_init()1217 CSR_WRITE_2(sc, STGE_IntEnable, sc->sc_IntEnable); in stge_init()
571 uint16_t sc_IntEnable; /* prototype IntEnable register */ member