HomeSort by: relevance | last modified time | path
    Searched defs:xhci_cap_read_4 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
xhci.c 344 xhci_cap_read_4(const struct xhci_softc * const sc, bus_size_t offset) function in typeref:typename:uint32_t
1448 hcs1 = xhci_cap_read_4(sc, XHCI_HCSPARAMS1);
1452 hcs2 = xhci_cap_read_4(sc, XHCI_HCSPARAMS2);
1453 hcs3 = xhci_cap_read_4(sc, XHCI_HCSPARAMS3);
1457 sc->sc_hcc = xhci_cap_read_4(sc, XHCI_HCCPARAMS);
1469 sc->sc_hcc2 = xhci_cap_read_4(sc, XHCI_HCCPARAMS2);
1498 dboff = xhci_cap_read_4(sc, XHCI_DBOFF);
1505 rtsoff = xhci_cap_read_4(sc, XHCI_RTSOFF);
xhci.c 344 xhci_cap_read_4(const struct xhci_softc * const sc, bus_size_t offset) function in typeref:typename:uint32_t
1448 hcs1 = xhci_cap_read_4(sc, XHCI_HCSPARAMS1);
1452 hcs2 = xhci_cap_read_4(sc, XHCI_HCSPARAMS2);
1453 hcs3 = xhci_cap_read_4(sc, XHCI_HCSPARAMS3);
1457 sc->sc_hcc = xhci_cap_read_4(sc, XHCI_HCCPARAMS);
1469 sc->sc_hcc2 = xhci_cap_read_4(sc, XHCI_HCCPARAMS2);
1498 dboff = xhci_cap_read_4(sc, XHCI_DBOFF);
1505 rtsoff = xhci_cap_read_4(sc, XHCI_RTSOFF);

Completed in 76 milliseconds