Searched refs:utmi_mode (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/dwc3/ |
| H A D | dwc3-omap.c | 344 static void dwc3_omap_set_utmi_mode(struct dwc3_omap *omap, int utmi_mode) in dwc3_omap_set_utmi_mode() argument 350 switch (utmi_mode) { in dwc3_omap_set_utmi_mode() 358 dev_dbg(omap->dev, "UNKNOWN utmi mode %d\n", utmi_mode); in dwc3_omap_set_utmi_mode() 389 dwc3_omap_set_utmi_mode(omap, omap_dev->utmi_mode); in dwc3_omap_uboot_init()
|
| H A D | dwc3-generic.c | 240 u32 utmi_mode; in dwc3_ti_select_dr_mode() local 249 utmi_mode = dev_read_u32_default(dev, "utmi-mode", in dwc3_ti_select_dr_mode() 251 if (utmi_mode != DWC3_OMAP_UTMI_MODE_HW) { in dwc3_ti_select_dr_mode()
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | dwc3-omap.c | 393 u32 utmi_mode = 0; in dwc3_omap_set_utmi_mode() local 397 of_property_read_u32(node, "utmi-mode", &utmi_mode); in dwc3_omap_set_utmi_mode() 399 switch (utmi_mode) { in dwc3_omap_set_utmi_mode() 407 dev_WARN(omap->dev, "UNKNOWN utmi mode %d\n", utmi_mode); in dwc3_omap_set_utmi_mode()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | dwc3-omap-uboot.h | 25 enum dwc3_omap_utmi_mode utmi_mode; member
|
| /OK3568_Linux_fs/u-boot/board/ti/omap5_uevm/ |
| H A D | evm.c | 73 .utmi_mode = DWC3_OMAP_UTMI_MODE_SW,
|
| /OK3568_Linux_fs/u-boot/board/ti/am43xx/ |
| H A D | board.c | 645 .utmi_mode = DWC3_OMAP_UTMI_MODE_SW, 663 .utmi_mode = DWC3_OMAP_UTMI_MODE_SW,
|
| /OK3568_Linux_fs/u-boot/board/ti/dra7xx/ |
| H A D | evm.c | 725 .utmi_mode = DWC3_OMAP_UTMI_MODE_SW, 745 .utmi_mode = DWC3_OMAP_UTMI_MODE_SW,
|
| /OK3568_Linux_fs/u-boot/board/ti/am57xx/ |
| H A D | board.c | 764 .utmi_mode = DWC3_OMAP_UTMI_MODE_SW,
|