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

/freebsd-13-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.c1519 sc->sc_intr_enable |= SOTG_DCINTERRUPT_IEPSOF;
1521 sc->sc_intr_enable &= ~SOTG_DCINTERRUPT_IEPSOF;
1523 SAF1761_WRITE_LE_4(sc, SOTG_DCINTERRUPT_EN, sc->sc_intr_enable);
1530 sc->sc_intr_enable |= SOTG_DCINTERRUPT_IESUSP;
1531 sc->sc_intr_enable &= ~SOTG_DCINTERRUPT_IERESM;
1533 sc->sc_intr_enable &= ~SOTG_DCINTERRUPT_IESUSP;
1534 sc->sc_intr_enable |= SOTG_DCINTERRUPT_IERESM;
1536 SAF1761_WRITE_LE_4(sc, SOTG_DCINTERRUPT_EN, sc->sc_intr_enable);
2016 sc->sc_intr_enable |= mask;
2018 sc->sc_intr_enable
[all...]

Completed in 103 milliseconds