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

  /src/sys/dev/usb/
xhci.c 1408 uint32_t hcs1, hcs2, hcs3, dboff, rtsoff; local in function:xhci_init
1448 hcs1 = xhci_cap_read_4(sc, XHCI_HCSPARAMS1);
1449 sc->sc_maxslots = XHCI_HCS1_MAXSLOTS(hcs1);
1450 sc->sc_maxintrs = XHCI_HCS1_MAXINTRS(hcs1);
1451 sc->sc_maxports = XHCI_HCS1_MAXPORTS(hcs1);
1455 "hcs1=%"PRIx32" hcs2=%"PRIx32" hcs3=%"PRIx32"\n", hcs1, hcs2, hcs3);
xhci.c 1408 uint32_t hcs1, hcs2, hcs3, dboff, rtsoff; local in function:xhci_init
1448 hcs1 = xhci_cap_read_4(sc, XHCI_HCSPARAMS1);
1449 sc->sc_maxslots = XHCI_HCS1_MAXSLOTS(hcs1);
1450 sc->sc_maxintrs = XHCI_HCS1_MAXINTRS(hcs1);
1451 sc->sc_maxports = XHCI_HCS1_MAXPORTS(hcs1);
1455 "hcs1=%"PRIx32" hcs2=%"PRIx32" hcs3=%"PRIx32"\n", hcs1, hcs2, hcs3);

Completed in 142 milliseconds