Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Duhcireg.h59 #define UHCI_STS 0x02 macro
H A Duhci.c119 #define UHCISTS(sc) UREAD2(sc, UHCI_STS)
305 if (UREAD2(sc, UHCI_STS) & UHCI_STS_HCH) { in uhci_restart()
363 if (UREAD2(sc, UHCI_STS) & UHCI_STS_HCH) { in uhci_reset()
712 UREAD2(sc, UHCI_STS), in uhci_dumpregs()
1424 status = UREAD2(sc, UHCI_STS) & UHCI_STS_ALLINTRS; in uhci_interrupt()
1469 UWRITE2(sc, UHCI_STS, status); in uhci_interrupt()