Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/usb/controller/
Dehcireg.h151 #define EHCI_PS_FPR 0x00000040 /* RW force port resume */ macro
Dehci.c3246 if ((v & EHCI_PS_SUSP) && (!(v & EHCI_PS_FPR))) { in ehci_roothub_exec()
3252 EOWRITE4(sc, port, v | EHCI_PS_FPR); in ehci_roothub_exec()
3258 EHCI_PS_FPR | (3 << 10) /* High Speed */ )); in ehci_roothub_exec()
3349 if ((v & EHCI_PS_SUSP) && !(v & EHCI_PS_FPR)) in ehci_roothub_exec()
3365 if (v & EHCI_PS_FPR) in ehci_roothub_exec()