Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehcireg.h150 #define EHCI_PS_PR 0x00000100 /* RW port reset */ macro
H A Dehci.c3298 if (v & EHCI_PS_PR)
3347 v &= ~(EHCI_PS_PE | EHCI_PS_PR);
3348 EOWRITE4(sc, port, v | EHCI_PS_PR);
3364 if (v & EHCI_PS_PR) {

Completed in 5 milliseconds