Searched refs:TEGRA_PERIPH_NO_DIV (Results 1 – 4 of 4) sorted by relevance
129 if (!(periph->gate.flags & TEGRA_PERIPH_NO_DIV)) in clk_periph_restore_context()177 bool div = !(periph->gate.flags & TEGRA_PERIPH_NO_DIV); in _tegra_clk_register_periph()179 if (periph->gate.flags & TEGRA_PERIPH_NO_DIV) { in _tegra_clk_register_periph()230 periph->gate.flags |= TEGRA_PERIPH_NO_DIV; in tegra_clk_register_periph_nodiv()
579 #define TEGRA_PERIPH_NO_DIV BIT(4) macro
226 _clk_num, (_gate_flags) | TEGRA_PERIPH_NO_DIV,\
108 _clk_num, (_gate_flags) | TEGRA_PERIPH_NO_DIV,\