Home
last modified time | relevance | path

Searched refs:utmi_mode (Results 1 – 5 of 5) sorted by relevance

/u-boot/include/
A Ddwc3-omap-uboot.h24 enum dwc3_omap_utmi_mode utmi_mode; member
/u-boot/drivers/usb/dwc3/
A Ddwc3-omap.c345 static void dwc3_omap_set_utmi_mode(struct dwc3_omap *omap, int utmi_mode) in dwc3_omap_set_utmi_mode() argument
351 switch (utmi_mode) { in dwc3_omap_set_utmi_mode()
359 dev_dbg(omap->dev, "UNKNOWN utmi mode %d\n", utmi_mode); in dwc3_omap_set_utmi_mode()
390 dwc3_omap_set_utmi_mode(omap, omap_dev->utmi_mode); in dwc3_omap_uboot_init()
A Ddwc3-generic.c238 u32 utmi_mode; in dwc3_ti_select_dr_mode() local
247 utmi_mode = dev_read_u32_default(dev, "utmi-mode", in dwc3_ti_select_dr_mode()
249 if (utmi_mode != DWC3_OMAP_UTMI_MODE_HW) { in dwc3_ti_select_dr_mode()
/u-boot/board/ti/omap5_uevm/
A Devm.c77 .utmi_mode = DWC3_OMAP_UTMI_MODE_SW,
/u-boot/board/ti/am43xx/
A Dboard.c765 .utmi_mode = DWC3_OMAP_UTMI_MODE_SW,
783 .utmi_mode = DWC3_OMAP_UTMI_MODE_SW,

Completed in 11 milliseconds