Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/tegra/
Dclk-pll.c53 #define PMC_PLLP_WB0_OVERRIDE_PLLM_ENABLE BIT(12) macro
280 return val & PMC_PLLP_WB0_OVERRIDE_PLLM_ENABLE ? 1 : 0; in clk_pll_is_enabled()
303 val |= PMC_PLLP_WB0_OVERRIDE_PLLM_ENABLE; in _clk_pll_enable()
321 val &= ~PMC_PLLP_WB0_OVERRIDE_PLLM_ENABLE; in _clk_pll_disable()