Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
HDuhcireg.h86 #define UHCI_PORTSC_PR 0x0200 macro
92 UHCI_PORTSC_PR | UHCI_PORTSC_RD | \
HDuhci.c2396 UWRITE2(sc, port, x | UHCI_PORTSC_PR); in uhci_portreset()
2405 UWRITE2(sc, port, x & ~UHCI_PORTSC_PR); in uhci_portreset()
2635 UWRITE2(sc, port, x & ~UHCI_PORTSC_PR); in uhci_roothub_exec()