Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/usb/controller/
Dehcireg.h154 #define EHCI_PS_PEC 0x00000008 /* RWC port enable change */ macro
158 #define EHCI_PS_CLEAR (EHCI_PS_OCC | EHCI_PS_PEC | EHCI_PS_CSC)
Dehci.c3279 EOWRITE4(sc, port, v | EHCI_PS_PEC); in ehci_roothub_exec()
3361 if (v & EHCI_PS_PEC) in ehci_roothub_exec()