Home
last modified time | relevance | path

Searched refs:SOTG_PORTSC1_FPR (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/usb/controller/
HDsaf1761_otg_reg.h195 #define SOTG_PORTSC1_FPR (1 << 6) macro
HDsaf1761_otg.c3129 if ((temp & SOTG_PORTSC1_SUSP) && (!(temp & SOTG_PORTSC1_FPR))) in saf1761_otg_roothub_exec()
3130 SAF1761_WRITE_LE_4(sc, SOTG_PORTSC1, temp | SOTG_PORTSC1_FPR); in saf1761_otg_roothub_exec()
3136 SOTG_PORTSC1_FPR | SOTG_PORTSC1_LS /* High Speed */ )); in saf1761_otg_roothub_exec()
3302 if ((temp & SOTG_PORTSC1_SUSP) && !(temp & SOTG_PORTSC1_FPR)) in saf1761_otg_roothub_exec()
3314 if (temp & SOTG_PORTSC1_FPR) in saf1761_otg_roothub_exec()