Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/stge/
HDif_stge.c1308 CSR_WRITE_2(sc, STGE_IntEnable, 0); in stge_ioctl()
1316 CSR_WRITE_2(sc, STGE_IntEnable, in stge_ioctl()
1505 CSR_WRITE_2(sc, STGE_IntEnable, sc->sc_IntEnable); in stge_intr()
2087 CSR_WRITE_2(sc, STGE_IntEnable, 0); in stge_init_locked()
2090 CSR_WRITE_2(sc, STGE_IntEnable, sc->sc_IntEnable); in stge_init_locked()
2214 CSR_WRITE_2(sc, STGE_IntEnable, 0); in stge_stop()
HDif_stgereg.h331 #define STGE_IntEnable 0x5c /* 16-bit */ macro