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

/freebsd-12-stable/sys/dev/usb/controller/
H A Dehcireg.h151 #define EHCI_PS_PR 0x00000100 /* RW port reset */ macro
H A Dehci.c3364 if (v & EHCI_PS_PR)
3422 v &= ~(EHCI_PS_PE | EHCI_PS_PR);
3423 EOWRITE4(sc, port, v | EHCI_PS_PR);
3439 if (v & EHCI_PS_PR) {

Completed in 146 milliseconds