Home
last modified time | relevance | path

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

/linux/drivers/clk/renesas/
H A Drzg2l-cpg.c1391 u8 num_shared_mstop_clks; member
1421 for (unsigned int i = 0; i < clock->num_shared_mstop_clks; i++) { in rzg2l_mod_clock_module_set_state()
1428 if (!clock->num_shared_mstop_clks && in rzg2l_mod_clock_module_set_state()
1487 for (unsigned int i = 0; i < clk->num_shared_mstop_clks; i++) in rzg2l_mod_clock_mstop_show()
1704 int num_shared_mstop_clks, incr = 1; in rzg2l_mod_clock_update_shared_mstop_clks() local
1710 num_shared_mstop_clks = clk->num_shared_mstop_clks; in rzg2l_mod_clock_update_shared_mstop_clks()
1711 if (!num_shared_mstop_clks) in rzg2l_mod_clock_update_shared_mstop_clks()
1715 (num_shared_mstop_clks + incr) * sizeof(*new_clks), in rzg2l_mod_clock_update_shared_mstop_clks()
1720 if (!num_shared_mstop_clks) in rzg2l_mod_clock_update_shared_mstop_clks()
1721 new_clks[num_shared_mstop_clks++] = clk; in rzg2l_mod_clock_update_shared_mstop_clks()
[all …]