Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Duhci.c115 #define UREAD2(sc, r) (UBARR(sc), bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (r))) macro
119 #define UHCISTS(sc) UREAD2(sc, UHCI_STS)
282 if (UREAD2(sc, UHCI_CMD) & UHCI_CMD_RS) { in uhci_restart()
305 if (UREAD2(sc, UHCI_STS) & UHCI_STS_HCH) { in uhci_restart()
346 if (!(UREAD2(sc, UHCI_CMD) & UHCI_CMD_HCRESET)) { in uhci_reset()
363 if (UREAD2(sc, UHCI_STS) & UHCI_STS_HCH) { in uhci_reset()
711 UREAD2(sc, UHCI_CMD), in uhci_dumpregs()
712 UREAD2(sc, UHCI_STS), in uhci_dumpregs()
713 UREAD2(sc, UHCI_INTR), in uhci_dumpregs()
714 UREAD2(sc, UHCI_FRNUM), in uhci_dumpregs()
[all …]