Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dehcireg.h159 #define EHCI_PS_CLEAR (EHCI_PS_OCC | EHCI_PS_PEC | EHCI_PS_CSC) macro
H A Dehci.c2012 if (EOREAD4(sc, EHCI_PORTSC(i)) & EHCI_PS_CLEAR) { in ehci_root_intr()
2992 v = EOREAD4(sc, port) & ~EHCI_PS_CLEAR; in ehci_disown()
3152 v = EOREAD4(sc, port) & ~EHCI_PS_CLEAR; in ehci_roothub_exec()
3297 v = EOREAD4(sc, port) & ~EHCI_PS_CLEAR; in ehci_roothub_exec()