Searched refs:sc_intr_enable (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/usb/controller/
H A Dsaf1761_otg.h151 uint32_t sc_intr_enable; /* enabled interrupts */ member in struct:saf1761_otg_softc
H A Dsaf1761_otg.c1522 sc->sc_intr_enable |= SOTG_DCINTERRUPT_IEPSOF;
1524 sc->sc_intr_enable &= ~SOTG_DCINTERRUPT_IEPSOF;
1526 SAF1761_WRITE_LE_4(sc, SOTG_DCINTERRUPT_EN, sc->sc_intr_enable);
1533 sc->sc_intr_enable |= SOTG_DCINTERRUPT_IESUSP;
1534 sc->sc_intr_enable &= ~SOTG_DCINTERRUPT_IERESM;
1536 sc->sc_intr_enable &= ~SOTG_DCINTERRUPT_IESUSP;
1537 sc->sc_intr_enable |= SOTG_DCINTERRUPT_IERESM;
1539 SAF1761_WRITE_LE_4(sc, SOTG_DCINTERRUPT_EN, sc->sc_intr_enable);
2024 sc->sc_intr_enable |= mask;
2026 sc->sc_intr_enable
[all...]

Completed in 101 milliseconds