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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dsaf1761_otg_reg.h197 #define SOTG_PORTSC1_PED (1 << 2) macro
H A Dsaf1761_otg.c3189 SAF1761_WRITE_LE_4(sc, SOTG_PORTSC1, temp & ~SOTG_PORTSC1_PED);
3255 SAF1761_WRITE_LE_4(sc, SOTG_PORTSC1, temp | SOTG_PORTSC1_PED);
3264 temp &= ~(SOTG_PORTSC1_PED | SOTG_PORTSC1_PR);
3285 if (!(temp & SOTG_PORTSC1_PED)) {
3363 if (temp & SOTG_PORTSC1_PED)

Completed in 122 milliseconds