Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/tegra/
Dclk-super.c36 #define SUPER_LP_DIV2_BYPASS (1 << 16) macro
64 if ((mux->flags & TEGRA_DIVIDER_2) && !(val & SUPER_LP_DIV2_BYPASS) && in clk_super_get_parent()
104 val ^= SUPER_LP_DIV2_BYPASS; in clk_super_set_parent()