Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/tegra/
Dclk-pll.c53 #define PMC_PLLP_WB0_OVERRIDE_PLLM_ENABLE BIT(12) macro
349 return val & PMC_PLLP_WB0_OVERRIDE_PLLM_ENABLE ? 1 : 0; in clk_pll_is_enabled()
385 val |= PMC_PLLP_WB0_OVERRIDE_PLLM_ENABLE; in _clk_pll_enable()
403 val &= ~PMC_PLLP_WB0_OVERRIDE_PLLM_ENABLE; in _clk_pll_disable()