Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/phy/samsung/
Dphy-exynos5-usbdrd.c166 void (*phy_init)(struct exynos5_usbdrd_phy *phy_drd);
283 struct exynos5_usbdrd_phy *phy_drd = to_usbdrd_phy(inst); in exynos5_usbdrd_pipe3_set_refclk() local
286 reg = readl(phy_drd->reg_phy + EXYNOS5_DRD_PHYCLKRST); in exynos5_usbdrd_pipe3_set_refclk()
296 switch (phy_drd->extrefclk) { in exynos5_usbdrd_pipe3_set_refclk()
314 dev_dbg(phy_drd->dev, "unsupported ref clk\n"); in exynos5_usbdrd_pipe3_set_refclk()
329 struct exynos5_usbdrd_phy *phy_drd = to_usbdrd_phy(inst); in exynos5_usbdrd_utmi_set_refclk() local
332 reg = readl(phy_drd->reg_phy + EXYNOS5_DRD_PHYCLKRST); in exynos5_usbdrd_utmi_set_refclk()
340 reg |= PHYCLKRST_FSEL(phy_drd->extrefclk); in exynos5_usbdrd_utmi_set_refclk()
345 static void exynos5_usbdrd_pipe3_init(struct exynos5_usbdrd_phy *phy_drd) in exynos5_usbdrd_pipe3_init() argument
349 reg = readl(phy_drd->reg_phy + EXYNOS5_DRD_PHYPARAM1); in exynos5_usbdrd_pipe3_init()
[all …]