Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dehcireg.h157 #define EHCI_PS_PEC 0x00000008 /* RWC port enable change */ macro
161 #define EHCI_PS_CLEAR (EHCI_PS_OCC|EHCI_PS_PEC|EHCI_PS_CSC)
H A Dehci.c1989 EOWRITE4(sc, port, v | EHCI_PS_PEC); in ehci_root_ctrl_start()
2055 if (v & EHCI_PS_PEC) i |= UPS_C_PORT_ENABLED; in ehci_root_ctrl_start()