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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dsaf1761_otg_reg.h194 #define SOTG_PORTSC1_PR (1 << 8) macro
H A Dsaf1761_otg.c3264 temp &= ~(SOTG_PORTSC1_PED | SOTG_PORTSC1_PR);
3266 SAF1761_WRITE_LE_4(sc, SOTG_PORTSC1, temp | SOTG_PORTSC1_PR);
3280 if (temp & SOTG_PORTSC1_PR) {
3367 if (temp & SOTG_PORTSC1_PR)

Completed in 111 milliseconds