Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Duhci.c102 #define UWRITE2(sc, r, x) \ macro
321 UWRITE2(sc, UHCI_INTR, 0); in uhci_reset()
372 UWRITE2(sc, UHCI_FRNUM, 0); in uhci_reset()
394 UWRITE2(sc, UHCI_INTR, in uhci_start()
1484 UWRITE2(sc, UHCI_STS, status); in uhci_interrupt()
2396 UWRITE2(sc, port, x | UHCI_PORTSC_PR); in uhci_portreset()
2405 UWRITE2(sc, port, x & ~UHCI_PORTSC_PR); in uhci_portreset()
2422 UWRITE2(sc, port, x | UHCI_PORTSC_PE); in uhci_portreset()
2454 UWRITE2(sc, port, URWMASK(x) | in uhci_portreset()
2718 UWRITE2(sc, port, URWMASK(x)); in uhci_roothub_exec()
[all …]