Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dehcireg.h155 #define EHCI_PS_PE 0x00000004 /* RW port enable */ macro
H A Dehci.c3255 EOWRITE4(sc, port, v & ~EHCI_PS_PE); in ehci_roothub_exec()
3359 if (v & EHCI_PS_PE) in ehci_roothub_exec()
3399 EOWRITE4(sc, port, v | EHCI_PS_PE); in ehci_roothub_exec()
3423 v &= ~(EHCI_PS_PE | EHCI_PS_PR); in ehci_roothub_exec()
3446 if (!(v & EHCI_PS_PE) && in ehci_roothub_exec()