Home
last modified time | relevance | path

Searched refs:sc_IntEnable (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/pci/
Dif_stge.c719 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()
Dif_stgereg.h571 uint16_t sc_IntEnable; /* prototype IntEnable register */ member