Searched refs:UTMIP_PLL_CFG1 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
H A D | clk-pll.c | 183 #define UTMIP_PLL_CFG1 0x484 macro 1171 value = readl_relaxed(pll->clk_base + UTMIP_PLL_CFG1); in clk_pllu_enable() 1181 writel_relaxed(value, pll->clk_base + UTMIP_PLL_CFG1); in clk_pllu_enable() 1794 value = readl_relaxed(pll->clk_base + UTMIP_PLL_CFG1); in clk_pllu_tegra114_enable() 1805 writel_relaxed(value, pll->clk_base + UTMIP_PLL_CFG1); in clk_pllu_tegra114_enable() 1814 value = readl_relaxed(pll->clk_base + UTMIP_PLL_CFG1); in clk_pllu_tegra114_enable() 1817 writel_relaxed(value, pll->clk_base + UTMIP_PLL_CFG1); in clk_pllu_tegra114_enable()
|
H A D | clk-tegra210.c | 170 #define UTMIP_PLL_CFG1 0x484 macro 2785 reg = readl_relaxed(clk_base + UTMIP_PLL_CFG1); in tegra210_utmi_param_configure() 2796 writel_relaxed(reg, clk_base + UTMIP_PLL_CFG1); in tegra210_utmi_param_configure() 2799 reg = readl_relaxed(clk_base + UTMIP_PLL_CFG1); in tegra210_utmi_param_configure() 2802 writel_relaxed(reg, clk_base + UTMIP_PLL_CFG1); in tegra210_utmi_param_configure() 2817 reg = readl_relaxed(clk_base + UTMIP_PLL_CFG1); in tegra210_utmi_param_configure() 2820 writel_relaxed(reg, clk_base + UTMIP_PLL_CFG1); in tegra210_utmi_param_configure()
|
/kernel/linux/linux-6.6/drivers/clk/tegra/ |
H A D | clk-pll.c | 183 #define UTMIP_PLL_CFG1 0x484 macro 1174 value = readl_relaxed(pll->clk_base + UTMIP_PLL_CFG1); in clk_pllu_enable() 1184 writel_relaxed(value, pll->clk_base + UTMIP_PLL_CFG1); in clk_pllu_enable() 1797 value = readl_relaxed(pll->clk_base + UTMIP_PLL_CFG1); in clk_pllu_tegra114_enable() 1808 writel_relaxed(value, pll->clk_base + UTMIP_PLL_CFG1); in clk_pllu_tegra114_enable() 1817 value = readl_relaxed(pll->clk_base + UTMIP_PLL_CFG1); in clk_pllu_tegra114_enable() 1820 writel_relaxed(value, pll->clk_base + UTMIP_PLL_CFG1); in clk_pllu_tegra114_enable()
|
H A D | clk-tegra210.c | 170 #define UTMIP_PLL_CFG1 0x484 macro 2836 reg = readl_relaxed(clk_base + UTMIP_PLL_CFG1); in tegra210_utmi_param_configure() 2847 writel_relaxed(reg, clk_base + UTMIP_PLL_CFG1); in tegra210_utmi_param_configure() 2850 reg = readl_relaxed(clk_base + UTMIP_PLL_CFG1); in tegra210_utmi_param_configure() 2853 writel_relaxed(reg, clk_base + UTMIP_PLL_CFG1); in tegra210_utmi_param_configure() 2868 reg = readl_relaxed(clk_base + UTMIP_PLL_CFG1); in tegra210_utmi_param_configure() 2871 writel_relaxed(reg, clk_base + UTMIP_PLL_CFG1); in tegra210_utmi_param_configure()
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy-tegra-usb.c | 80 #define UTMIP_PLL_CFG1 0x804 macro 498 val = readl_relaxed(base + UTMIP_PLL_CFG1); in utmi_phy_power_on() 503 writel_relaxed(val, base + UTMIP_PLL_CFG1); in utmi_phy_power_on()
|
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A D | phy-tegra-usb.c | 94 #define UTMIP_PLL_CFG1 0x804 macro 532 val = readl_relaxed(base + UTMIP_PLL_CFG1); in utmi_phy_power_on() 537 writel_relaxed(val, base + UTMIP_PLL_CFG1); in utmi_phy_power_on()
|
Completed in 20 milliseconds