Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dehcireg.h157 #define EHCI_PS_CSC 0x00000002 /* RWC connect status change */ macro
159 #define EHCI_PS_CLEAR (EHCI_PS_OCC | EHCI_PS_PEC | EHCI_PS_CSC)
H A Dehci.c3187 EOWRITE4(sc, port, v | EHCI_PS_CSC); in ehci_roothub_exec()
3272 if (v & EHCI_PS_CSC) in ehci_roothub_exec()