Lines Matching full:utmi
1623 debug("stage: UTMI %d - Power down transceiver (power down Phy), Power down PLL, and SuspendDM\n", in comphy_utmi_power_down()
1625 /* Power down UTMI PHY */ in comphy_utmi_power_down()
1630 * If UTMI connected to USB Device, configure mux prior to PHY init in comphy_utmi_power_down()
1634 debug("stage: UTMI %d - Enable Device mode and configure UTMI mux\n", in comphy_utmi_power_down()
1636 /* USB3 Device UTMI enable */ in comphy_utmi_power_down()
1639 /* USB3 Device UTMI MUX */ in comphy_utmi_power_down()
1648 /* Enable Test UTMI select */ in comphy_utmi_power_down()
1653 /* Wait for UTMI power down */ in comphy_utmi_power_down()
1668 debug("stage: Configure UTMI PHY %d registers\n", utmi_index); in comphy_utmi_phy_config()
1729 debug("stage: UTMI %d - Power up transceiver(Power up Phy), and exit SuspendDM\n", in comphy_utmi_power_up()
1731 /* Power UP UTMI PHY */ in comphy_utmi_power_up()
1734 /* Disable Test UTMI select */ in comphy_utmi_power_up()
1779 * comphy_utmi_phy_init initialize the UTMI PHY
1782 * 2. UTMI PHY configure
1784 * Note: - Power down/up should be once for both UTMI PHYs
1786 * one UTMI PHY exists in FDT blob. access to cp110_utmi_data[0] is
1795 /* UTMI Power down */ in comphy_utmi_phy_init()
1803 debug("stage: UTMI PHY power down PLL\n"); in comphy_utmi_phy_init()
1808 /* UTMI configure */ in comphy_utmi_phy_init()
1815 /* UTMI Power up */ in comphy_utmi_phy_init()
1821 pr_err("Failed to initialize UTMI PHY %d\n", i); in comphy_utmi_phy_init()
1824 printf("UTMI PHY %d initialized to ", i); in comphy_utmi_phy_init()
1833 debug("stage: UTMI PHY power up PLL\n"); in comphy_utmi_phy_init()
1845 * - not muxed SerDes lanes e.g. UTMI PHY
1854 debug("Initialize USB UTMI PHYs\n"); in comphy_dedicated_phys_init()
1856 /* Find the UTMI phy node in device tree and go over them */ in comphy_dedicated_phys_init()
1858 "marvell,mvebu-utmi-2.6.0"); in comphy_dedicated_phys_init()
1862 /* get base address of UTMI phy */ in comphy_dedicated_phys_init()
1867 pr_err("UTMI PHY base address is invalid\n"); in comphy_dedicated_phys_init()
1877 pr_err("UTMI PHY base address is invalid\n"); in comphy_dedicated_phys_init()
1882 /* get UTMI config address */ in comphy_dedicated_phys_init()
1887 pr_err("UTMI PHY base address is invalid\n"); in comphy_dedicated_phys_init()
1893 * get the port number (to check if the utmi connected to in comphy_dedicated_phys_init()
1897 gd->fdt_blob, node, "utmi-port", UTMI_PHY_INVALID); in comphy_dedicated_phys_init()
1899 pr_err("UTMI PHY port type is invalid\n"); in comphy_dedicated_phys_init()
1905 gd->fdt_blob, node, "marvell,mvebu-utmi-2.6.0"); in comphy_dedicated_phys_init()