/src/sys/dev/usb/ |
xhci.c | 1408 uint32_t hcs1, hcs2, hcs3, dboff, rtsoff; local in function:xhci_init 1452 hcs2 = xhci_cap_read_4(sc, XHCI_HCSPARAMS2); 1455 "hcs1=%"PRIx32" hcs2=%"PRIx32" hcs3=%"PRIx32"\n", hcs1, hcs2, hcs3); 1535 sc->sc_maxspbuf = XHCI_HCS2_MAXSPBUF(hcs2); 1570 sc->sc_isthresh = XHCI_HCS2_IST(hcs2);
|
xhci.c | 1408 uint32_t hcs1, hcs2, hcs3, dboff, rtsoff; local in function:xhci_init 1452 hcs2 = xhci_cap_read_4(sc, XHCI_HCSPARAMS2); 1455 "hcs1=%"PRIx32" hcs2=%"PRIx32" hcs3=%"PRIx32"\n", hcs1, hcs2, hcs3); 1535 sc->sc_maxspbuf = XHCI_HCS2_MAXSPBUF(hcs2); 1570 sc->sc_isthresh = XHCI_HCS2_IST(hcs2);
|
xhci.c | 1408 uint32_t hcs1, hcs2, hcs3, dboff, rtsoff; local in function:xhci_init 1452 hcs2 = xhci_cap_read_4(sc, XHCI_HCSPARAMS2); 1455 "hcs1=%"PRIx32" hcs2=%"PRIx32" hcs3=%"PRIx32"\n", hcs1, hcs2, hcs3); 1535 sc->sc_maxspbuf = XHCI_HCS2_MAXSPBUF(hcs2); 1570 sc->sc_isthresh = XHCI_HCS2_IST(hcs2);
|