Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/tegra/
H A Dclk-tegra20-emc.c27 #define USE_PLLM_UD BIT(29) macro
84 val |= USE_PLLM_UD; in emc_set_parent()
86 val &= ~USE_PLLM_UD; in emc_set_parent()
116 val |= USE_PLLM_UD; in emc_set_rate()
118 val &= ~USE_PLLM_UD; in emc_set_rate()
151 val |= USE_PLLM_UD; in emc_set_rate_and_parent()
153 val &= ~USE_PLLM_UD; in emc_set_rate_and_parent()