Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/tegra/
Dclk-tegra114.c123 #define UTMIP_PLL_CFG1 0x484 macro
1002 reg = readl_relaxed(clk_base + UTMIP_PLL_CFG1); in tegra114_utmi_param_configure()
1017 writel_relaxed(reg, clk_base + UTMIP_PLL_CFG1); in tegra114_utmi_param_configure()
1026 reg = readl_relaxed(clk_base + UTMIP_PLL_CFG1); in tegra114_utmi_param_configure()
1029 writel_relaxed(reg, clk_base + UTMIP_PLL_CFG1); in tegra114_utmi_param_configure()
Dclk-tegra124.c109 #define UTMIP_PLL_CFG1 0x484 macro
1061 reg = readl_relaxed(clk_base + UTMIP_PLL_CFG1); in tegra124_utmi_param_configure()
1076 writel_relaxed(reg, clk_base + UTMIP_PLL_CFG1); in tegra124_utmi_param_configure()
1085 reg = readl_relaxed(clk_base + UTMIP_PLL_CFG1); in tegra124_utmi_param_configure()
1088 writel_relaxed(reg, clk_base + UTMIP_PLL_CFG1); in tegra124_utmi_param_configure()
Dclk-tegra30.c128 #define UTMIP_PLL_CFG1 0x484 macro
902 reg = readl_relaxed(clk_base + UTMIP_PLL_CFG1); in tegra30_utmi_param_configure()
917 writel_relaxed(reg, clk_base + UTMIP_PLL_CFG1); in tegra30_utmi_param_configure()
/linux-4.4.14/drivers/usb/phy/
Dphy-tegra-usb.c88 #define UTMIP_PLL_CFG1 0x804 macro
420 val = readl(base + UTMIP_PLL_CFG1); in utmi_phy_power_on()
425 writel(val, base + UTMIP_PLL_CFG1); in utmi_phy_power_on()