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

  /src/sys/arch/arm/broadcom/
bcm53xx_usb.c 95 struct bcmusb_attach_args * const usbaa = aux; local in function:ohci_bcmusb_match
97 if (strcmp(cf->cf_name, usbaa->usbaa_name))
107 struct bcmusb_attach_args * const usbaa = aux; local in function:ohci_bcmusb_attach
111 sc->iot = usbaa->usbaa_bst;
112 sc->ioh = usbaa->usbaa_bsh;
113 sc->sc_size = usbaa->usbaa_size;
114 sc->sc_bus.ub_dmatag = usbaa->usbaa_dmat;
146 struct bcmusb_attach_args * const usbaa = aux; local in function:ehci_bcmusb_match
148 if (strcmp(cf->cf_name, usbaa->usbaa_name))
159 struct bcmusb_attach_args * const usbaa = aux local in function:ehci_bcmusb_attach
    [all...]

Completed in 11 milliseconds