Lines Matching refs:UWRITE2
108 #define UWRITE2(sc, r, x) \ macro
118 #define UHCICMD(sc, cmd) UWRITE2(sc, UHCI_CMD, cmd)
323 UWRITE2(sc, UHCI_INTR, 0); in uhci_reset()
374 UWRITE2(sc, UHCI_FRNUM, 0); in uhci_reset()
395 UWRITE2(sc, UHCI_INTR, in uhci_start()
1469 UWRITE2(sc, UHCI_STS, status); in uhci_interrupt()
2336 UWRITE2(sc, port, x | UHCI_PORTSC_PR); in uhci_portreset()
2345 UWRITE2(sc, port, x & ~UHCI_PORTSC_PR); in uhci_portreset()
2361 UWRITE2(sc, port, x | UHCI_PORTSC_PE); in uhci_portreset()
2392 UWRITE2(sc, port, URWMASK(x) | in uhci_portreset()
2400 UWRITE2(sc, port, URWMASK(x) | UHCI_PORTSC_PE); in uhci_portreset()
2565 UWRITE2(sc, port, x & ~UHCI_PORTSC_PE); in uhci_roothub_exec()
2569 UWRITE2(sc, port, x & ~(UHCI_PORTSC_SUSP)); in uhci_roothub_exec()
2573 UWRITE2(sc, port, x & ~UHCI_PORTSC_PR); in uhci_roothub_exec()
2577 UWRITE2(sc, port, x | UHCI_PORTSC_CSC); in uhci_roothub_exec()
2581 UWRITE2(sc, port, x | UHCI_PORTSC_POEDC); in uhci_roothub_exec()
2585 UWRITE2(sc, port, x | UHCI_PORTSC_OCIC); in uhci_roothub_exec()
2656 UWRITE2(sc, port, URWMASK(x)); in uhci_roothub_exec()
2662 UWRITE2(sc, port, URWMASK(x) & ~(UHCI_PORTSC_RD | in uhci_roothub_exec()
2699 UWRITE2(sc, port, x | UHCI_PORTSC_PE); in uhci_roothub_exec()
2703 UWRITE2(sc, port, x | UHCI_PORTSC_SUSP); in uhci_roothub_exec()