HomeSort by: relevance | last modified time | path
    Searched refs:UHCI_STS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
uhci_pci.c 118 bus_space_write_2(sc->sc.iot, sc->sc.ioh, UHCI_STS,
119 bus_space_read_2(sc->sc.iot, sc->sc.ioh, UHCI_STS));
155 bus_space_write_2(sc->sc.iot, sc->sc.ioh, UHCI_STS,
156 bus_space_read_2(sc->sc.iot, sc->sc.ioh, UHCI_STS));
213 bus_space_write_2(sc->sc.iot, sc->sc.ioh, UHCI_STS,
214 bus_space_read_2(sc->sc.iot, sc->sc.ioh, UHCI_STS));
  /src/sys/dev/usb/
uhcireg.h 74 #define UHCI_STS 0x02
uhci.c 320 #define UHCISTS(sc) UREAD2(sc, UHCI_STS)
795 UREAD2(sc, UHCI_CMD), UREAD2(sc, UHCI_STS),
1381 status = UREAD2(sc, UHCI_STS) & UHCI_STS_ALLINTRS;
1391 UWRITE2(sc, UHCI_STS, status); /* acknowledge the ints */
1431 UWRITE2(sc, UHCI_STS, ack); /* acknowledge the ints */
1758 if (UREAD2(sc, UHCI_STS) & UHCI_STS_USBINT) {
1798 running = !(UREAD2(sc, UHCI_STS) & UHCI_STS_HCH);
1802 UREAD2(sc, UHCI_CMD), UREAD2(sc, UHCI_STS), 0, 0);

Completed in 17 milliseconds