Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_ste.c156 uint16_t sc_IntEnable; /* prototype IntEnable register */ member
841 if ((isr & sc->sc_IntEnable) == 0) in ste_intr()
912 sc->sc_IntEnable); in ste_intr()
1300 sc->sc_IntEnable = IE_HostError | IE_TxComplete | IE_UpdateStats | in ste_init()
1304 bus_space_write_2(st, sh, STE_IntEnable, sc->sc_IntEnable); in ste_init()
H A Dif_stge.c203 uint16_t sc_IntEnable; /* prototype IntEnable register */ member
1072 if ((isr & sc->sc_IntEnable) == 0) in stge_intr()
1141 sc->sc_IntEnable); in stge_intr()
1599 sc->sc_IntEnable = IS_HostError | IS_TxComplete | IS_UpdateStats | in stge_init()
1602 bus_space_write_2(st, sh, STGE_IntEnable, sc->sc_IntEnable); in stge_init()