Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/stge/
H A Dif_stge.c1325 sc->sc_IntEnable); in stge_ioctl()
1476 status &= sc->sc_IntEnable; in stge_intr()
1513 CSR_WRITE_2(sc, STGE_IntEnable, sc->sc_IntEnable); in stge_intr()
1801 status &= sc->sc_IntEnable; in stge_poll()
2091 sc->sc_IntEnable = IS_HostError | IS_TxComplete | in stge_init_locked()
2099 CSR_WRITE_2(sc, STGE_IntEnable, sc->sc_IntEnable); in stge_init_locked()
H A Dif_stgereg.h651 uint16_t sc_IntEnable; /* prototype IntEnable reg. */ member