Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Duhcireg.h80 #define UHCI_PORTSC_PE 0x0004 macro
93 UHCI_PORTSC_PE))
H A Duhci.c2422 UWRITE2(sc, port, x | UHCI_PORTSC_PE); in uhci_portreset()
2458 if (x & UHCI_PORTSC_PE) { in uhci_portreset()
2462 UWRITE2(sc, port, URWMASK(x) | UHCI_PORTSC_PE); in uhci_portreset()
2627 UWRITE2(sc, port, x & ~UHCI_PORTSC_PE); in uhci_roothub_exec()
2706 if (x & UHCI_PORTSC_PE) in uhci_roothub_exec()
2716 if ((x & UHCI_PORTSC_PE) && (x & UHCI_PORTSC_RD)) { in uhci_roothub_exec()
2761 UWRITE2(sc, port, x | UHCI_PORTSC_PE); in uhci_roothub_exec()