Searched refs:phy_drd (Results 1 – 1 of 1) sorted by relevance
474 void (*phy_init)(struct exynos5_usbdrd_phy *phy_drd);606 struct exynos5_usbdrd_phy *phy_drd = to_usbdrd_phy(inst); in exynos5_usbdrd_pipe3_set_refclk() local609 reg = readl(phy_drd->reg_phy + EXYNOS5_DRD_PHYCLKRST); in exynos5_usbdrd_pipe3_set_refclk()619 switch (phy_drd->extrefclk) { in exynos5_usbdrd_pipe3_set_refclk()641 dev_dbg(phy_drd->dev, "unsupported ref clk\n"); in exynos5_usbdrd_pipe3_set_refclk()656 struct exynos5_usbdrd_phy *phy_drd = to_usbdrd_phy(inst); in exynos5_usbdrd_utmi_set_refclk() local659 reg = readl(phy_drd->reg_phy + EXYNOS5_DRD_PHYCLKRST); in exynos5_usbdrd_utmi_set_refclk()667 reg |= FIELD_PREP(PHYCLKRST_FSEL_UTMI, phy_drd->extrefclk); in exynos5_usbdrd_utmi_set_refclk()673 exynos5_usbdrd_apply_phy_tunes(struct exynos5_usbdrd_phy *phy_drd, in exynos5_usbdrd_apply_phy_tunes() argument678 tune = phy_drd->drv_data->phy_tunes[state]; in exynos5_usbdrd_apply_phy_tunes()[all …]