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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dsaf1761_otg.c3185 temp = SAF1761_READ_LE_4(sc, SOTG_PORTSC1);
3189 SAF1761_WRITE_LE_4(sc, SOTG_PORTSC1, temp & ~SOTG_PORTSC1_PED);
3193 SAF1761_WRITE_LE_4(sc, SOTG_PORTSC1, temp | SOTG_PORTSC1_FPR);
3198 SAF1761_WRITE_LE_4(sc, SOTG_PORTSC1, temp & ~(SOTG_PORTSC1_SUSP |
3205 SAF1761_WRITE_LE_4(sc, SOTG_PORTSC1, temp & ~SOTG_PORTSC1_PIC);
3215 SAF1761_WRITE_LE_4(sc, SOTG_PORTSC1, temp & ~SOTG_PORTSC1_PP);
3218 SAF1761_WRITE_LE_4(sc, SOTG_PORTSC1, temp & ~SOTG_PORTSC1_ECSC);
3251 temp = SAF1761_READ_LE_4(sc, SOTG_PORTSC1);
3255 SAF1761_WRITE_LE_4(sc, SOTG_PORTSC1, temp | SOTG_PORTSC1_PED);
3258 SAF1761_WRITE_LE_4(sc, SOTG_PORTSC1, tem
[all...]
H A Dsaf1761_otg_reg.h189 #define SOTG_PORTSC1 0x0064 macro

Completed in 166 milliseconds