Searched refs:sc_IntEnable (Results 1 – 2 of 2) sorted by relevance
1313 sc->sc_IntEnable); in stge_ioctl()1464 status &= sc->sc_IntEnable; in stge_intr()1501 CSR_WRITE_2(sc, STGE_IntEnable, sc->sc_IntEnable); in stge_intr()1789 status &= sc->sc_IntEnable; in stge_poll()2078 sc->sc_IntEnable = IS_HostError | IS_TxComplete | in stge_init_locked()2086 CSR_WRITE_2(sc, STGE_IntEnable, sc->sc_IntEnable); in stge_init_locked()
650 uint16_t sc_IntEnable; /* prototype IntEnable reg. */ member