Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/tegra/
Dclk-tegra114.c125 #define UTMIP_PLL_CFG1 0x484 macro
1000 reg = readl_relaxed(clk_base + UTMIP_PLL_CFG1); in tegra114_utmi_param_configure()
1015 writel_relaxed(reg, clk_base + UTMIP_PLL_CFG1); in tegra114_utmi_param_configure()
1024 reg = readl_relaxed(clk_base + UTMIP_PLL_CFG1); in tegra114_utmi_param_configure()
1027 writel_relaxed(reg, clk_base + UTMIP_PLL_CFG1); in tegra114_utmi_param_configure()
Dclk-tegra124.c104 #define UTMIP_PLL_CFG1 0x484 macro
1060 reg = readl_relaxed(clk_base + UTMIP_PLL_CFG1); in tegra124_utmi_param_configure()
1075 writel_relaxed(reg, clk_base + UTMIP_PLL_CFG1); in tegra124_utmi_param_configure()
1084 reg = readl_relaxed(clk_base + UTMIP_PLL_CFG1); in tegra124_utmi_param_configure()
1087 writel_relaxed(reg, clk_base + UTMIP_PLL_CFG1); in tegra124_utmi_param_configure()
Dclk-tegra30.c129 #define UTMIP_PLL_CFG1 0x484 macro
903 reg = readl_relaxed(clk_base + UTMIP_PLL_CFG1); in tegra30_utmi_param_configure()
918 writel_relaxed(reg, clk_base + UTMIP_PLL_CFG1); in tegra30_utmi_param_configure()
/linux-4.1.27/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()