HomeSort by relevance Sort by last modified time
    Searched defs:dwc3 (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/usb/dwc3/
Makefile 3 obj-$(CONFIG_USB_DWC3) += dwc3.o
5 dwc3-y := core.o
9 obj-$(CONFIG_USB_DWC3_OMAP) += dwc3-omap.o
10 obj-$(CONFIG_USB_DWC3_GENERIC) += dwc3-generic.o
11 obj-$(CONFIG_USB_DWC3_UNIPHIER) += dwc3-uniphier.o
core.h 10 * Taken from Linux Kernel v3.19-rc1 (drivers/usb/dwc3/core.h) and ported
13 * commit 460d098cb6 : usb: dwc3: make HIRD threshold configurable
58 /* DWC3 registers memory space boundries */
398 struct dwc3 *dwc;
442 struct dwc3 *dwc;
619 * struct dwc3 - representation of our controller
667 * @has_hibernation: true when dwc3 was configured with Hibernation
698 * @list: to maintain the list of dwc3 controllers
700 struct dwc3 { struct
985 * DWC3 Features to be used as Driver Dat
    [all...]
  /external/u-boot/include/linux/usb/
dwc3.h 2 /* include/linux/usb/dwc3.h
56 struct dwc3 { /* offset: 0xC100 */ struct
218 void dwc3_set_mode(struct dwc3 *dwc3_reg, u32 mode);
219 void dwc3_core_soft_reset(struct dwc3 *dwc3_reg);
220 int dwc3_core_init(struct dwc3 *dwc3_reg);
221 void dwc3_set_fladj(struct dwc3 *dwc3_reg, u32 val);

Completed in 3295 milliseconds