Home
last modified time | relevance | path

Searched refs:DR_MODE_OTG (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dehci-tegra.c56 DR_MODE_OTG, /* supports both */ enumerator
262 config->dr_mode == DR_MODE_OTG && in set_up_vbus()
374 if (config->dr_mode == DR_MODE_OTG && in init_utmi_usb_controller()
705 config->dr_mode = DR_MODE_OTG; in fdt_decode_usb()
745 case DR_MODE_OTG: in usb_common_init()
764 case DR_MODE_OTG: in usb_common_init()
H A Dehci-vf.c204 DR_MODE_OTG, /* supports both */ enumerator
235 priv->dr_mode = DR_MODE_OTG; in vf_usb_ofdata_to_platdata()
253 if (priv->dr_mode == DR_MODE_OTG) { in vf_usb_ofdata_to_platdata()