/src/sys/arch/arm/broadcom/ |
bcm53xx_usb.c | 254 bus_size_t caplength = bus_space_read_1(usbsc->usbsc_bst, local in function:bcmusb_ccb_attach 257 caplength + EHCI_USBINTR, 0);
|
/src/sys/dev/usb/ |
xhci.c | 1412 uint8_t caplength; local in function:xhci_init 1429 caplength = xhci_read_1(sc, XHCI_CAPLENGTH); 1442 if (bus_space_subregion(sc->sc_iot, sc->sc_ioh, 0, caplength, 1492 if (bus_space_subregion(sc->sc_iot, sc->sc_ioh, caplength, bsz,
|