Searched refs:PMC_PLLP_WB0_OVERRIDE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm/mach-tegra/ |
H A D | sleep-tegra30.S | 39 #define PMC_PLLP_WB0_OVERRIDE 0xf8 macro 115 ldr \rd, [\pmc_base, #PMC_PLLP_WB0_OVERRIDE] 127 ldrne \rd, [\pmc_base, #PMC_PLLP_WB0_OVERRIDE] 129 strne \rd, [\pmc_base, #PMC_PLLP_WB0_OVERRIDE] 701 ldr r0, [r4, #PMC_PLLP_WB0_OVERRIDE] 703 str r0, [r4, #PMC_PLLP_WB0_OVERRIDE]
|
/openbmc/linux/drivers/clk/tegra/ |
H A D | clk-pll.c | 41 #define PMC_PLLP_WB0_OVERRIDE 0xf8 macro 332 u32 val = readl_relaxed(pll->pmc + PMC_PLLP_WB0_OVERRIDE); in pllm_clk_is_gated_by_pmc() 383 val = readl_relaxed(pll->pmc + PMC_PLLP_WB0_OVERRIDE); in _clk_pll_enable() 385 writel_relaxed(val, pll->pmc + PMC_PLLP_WB0_OVERRIDE); in _clk_pll_enable() 401 val = readl_relaxed(pll->pmc + PMC_PLLP_WB0_OVERRIDE); in _clk_pll_disable() 403 writel_relaxed(val, pll->pmc + PMC_PLLP_WB0_OVERRIDE); in _clk_pll_disable() 663 (pll_override_readl(PMC_PLLP_WB0_OVERRIDE, pll) & in _update_pll_mnp() 702 (pll_override_readl(PMC_PLLP_WB0_OVERRIDE, pll) & in _get_pll_mnp()
|