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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dsaf1761_otg_reg.h162 #define SOTG_DCINTERRUPT_IESUSP (1 << 3) macro
H A Dsaf1761_otg.c93 SOTG_DCINTERRUPT_IERESM | SOTG_DCINTERRUPT_IESUSP)
1530 sc->sc_intr_enable |= SOTG_DCINTERRUPT_IESUSP;
1533 sc->sc_intr_enable &= ~SOTG_DCINTERRUPT_IESUSP;
1706 } else if (status & SOTG_DCINTERRUPT_IESUSP) {
2448 SOTG_DCINTERRUPT_IEBRST | SOTG_DCINTERRUPT_IESUSP;

Completed in 143 milliseconds