Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/tegra/
H A Dclk-tegra20-emc.c28 #define USE_PLLM_UD BIT(29) macro
85 val |= USE_PLLM_UD; in emc_set_parent()
87 val &= ~USE_PLLM_UD; in emc_set_parent()
117 val |= USE_PLLM_UD; in emc_set_rate()
119 val &= ~USE_PLLM_UD; in emc_set_rate()
152 val |= USE_PLLM_UD; in emc_set_rate_and_parent()
154 val &= ~USE_PLLM_UD; in emc_set_rate_and_parent()