Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/usb/controller/
Dehcireg.h150 #define EHCI_PS_SUSP 0x00000080 /* RW suspend */ macro
Dehci.c3246 if ((v & EHCI_PS_SUSP) && (!(v & EHCI_PS_FPR))) { in ehci_roothub_exec()
3257 EOWRITE4(sc, port, v & ~(EHCI_PS_SUSP | in ehci_roothub_exec()
3282 EOWRITE4(sc, port, v | EHCI_PS_SUSP); in ehci_roothub_exec()
3349 if ((v & EHCI_PS_SUSP) && !(v & EHCI_PS_FPR)) in ehci_roothub_exec()
3390 EOWRITE4(sc, port, v | EHCI_PS_SUSP); in ehci_roothub_exec()