HomeSort by: relevance | last modified time | path
    Searched defs:hcs3 (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
1453 hcs3 = xhci_cap_read_4(sc, XHCI_HCSPARAMS3);
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
1453 hcs3 = xhci_cap_read_4(sc, XHCI_HCSPARAMS3);
1455 "hcs1=%"PRIx32" hcs2=%"PRIx32" hcs3=%"PRIx32"\n", hcs1, hcs2, hcs3);

Completed in 460 milliseconds