Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/stge/
HDif_stge.c1317 sc->sc_IntEnable); in stge_ioctl()
1468 status &= sc->sc_IntEnable; in stge_intr()
1505 CSR_WRITE_2(sc, STGE_IntEnable, sc->sc_IntEnable); in stge_intr()
1793 status &= sc->sc_IntEnable; in stge_poll()
2082 sc->sc_IntEnable = IS_HostError | IS_TxComplete | in stge_init_locked()
2090 CSR_WRITE_2(sc, STGE_IntEnable, sc->sc_IntEnable); in stge_init_locked()
HDif_stgereg.h650 uint16_t sc_IntEnable; /* prototype IntEnable reg. */ member