Lines Matching full:utmi
75 unsigned utmi:1; /* 1 if port has external tranceiver, else 0 */ member
299 if (config->utmi) in usbf_reset_controller()
337 * controller can only talk to a UTMI PHY, so the PHY selection is in init_phy_mux()
346 /* set up the UTMI USB controller with the parameters provided */
556 /* Select UTMI parallel interface */ in init_utmi_usb_controller()
719 config->utmi = phy && 0 == strcmp("utmi", phy); in fdt_decode_usb()
731 …debug("legacy_mode=%d, utmi=%d, ulpi=%d, periph_id=%d, vbus=%d, phy_reset=%d, dr_mode=%d, reg=%p\n… in fdt_decode_usb()
732 config->has_legacy_mode, config->utmi, config->ulpi, in fdt_decode_usb()
761 if (!config->utmi) { in usb_common_init()
762 printf("tegrausb: Device mode only supported with UTMI PHY\n"); in usb_common_init()
780 debug("%d, %d\n", config->utmi, config->ulpi); in usb_common_init()
781 if (config->utmi) in usb_common_init()