Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/tegra/
H A Dclk-pll.c42 #define PMC_PLLP_WB0_OVERRIDE_PLLM_ENABLE BIT(12) macro
335 !(val & PMC_PLLP_WB0_OVERRIDE_PLLM_ENABLE); in pllm_clk_is_gated_by_pmc()
384 val |= PMC_PLLP_WB0_OVERRIDE_PLLM_ENABLE; in _clk_pll_enable()
402 val &= ~PMC_PLLP_WB0_OVERRIDE_PLLM_ENABLE; in _clk_pll_disable()