Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
HDuhcireg.h58 #define UHCI_STS 0x02 macro
HDuhci.c113 #define UHCISTS(sc) UREAD2(sc, UHCI_STS)
303 if (UREAD2(sc, UHCI_STS) & UHCI_STS_HCH) { in uhci_restart()
361 if (UREAD2(sc, UHCI_STS) & UHCI_STS_HCH) { in uhci_reset()
714 UREAD2(sc, UHCI_STS), in uhci_dumpregs()
1438 status = UREAD2(sc, UHCI_STS) & UHCI_STS_ALLINTRS; in uhci_interrupt()
1484 UWRITE2(sc, UHCI_STS, status); in uhci_interrupt()