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

  /src/sys/dev/usb/
xhci.c 313 xhci_read_4(const struct xhci_softc * const sc, bus_size_t offset) function in typeref:typename:uint32_t
1228 const uint32_t w0 = xhci_read_4(sc, ecp);
1229 const uint32_t w4 = xhci_read_4(sc, ecp + 4);
1230 const uint32_t w8 = xhci_read_4(sc, ecp + 8);
1231 const uint32_t wc = xhci_read_4(sc, ecp + 0xc);
1296 uint32_t ecr = xhci_read_4(sc, ecp);
1330 ecr = xhci_read_4(sc, ecp);

Completed in 42 milliseconds