Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDxhci.c160 static uint64_t xhci_ctx_get_le64(struct xhci_softc *sc, volatile uint64_t *ptr);
181 DPRINTFN(5, "qwEpCtx2=0x%016llx\n", (long long)xhci_ctx_get_le64(sc, &pep->qwEpCtx2)); in xhci_dump_endpoint()
268 xhci_ctx_get_le64(struct xhci_softc *sc, volatile uint64_t *ptr) in xhci_ctx_get_le64() function