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

  /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,

Completed in 15 milliseconds