Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/clk/renesas/
Drzv2h-cpg.c126 #define to_mod_clock(_hw) container_of(_hw, struct mod_clock, hw) macro
491 struct mod_clock *clock = to_mod_clock(hw); in rzv2h_mod_clock_is_enabled()
510 struct mod_clock *clock = to_mod_clock(hw); in rzv2h_mod_clock_endisable()
791 clock = to_mod_clock(__clk_get_hw(priv->clks[priv->num_core_clks + id])); in rzv2h_cpg_is_pm_clk()
Drzg2l-cpg.c1207 #define to_mod_clock(_hw) container_of(_hw, struct mstp_clock, hw) macro
1211 struct mstp_clock *clock = to_mod_clock(hw); in rzg2l_mod_clock_endisable()
1250 struct mstp_clock *clock = to_mod_clock(hw); in rzg2l_mod_clock_enable()
1270 struct mstp_clock *clock = to_mod_clock(hw); in rzg2l_mod_clock_disable()
1290 struct mstp_clock *clock = to_mod_clock(hw); in rzg2l_mod_clock_is_enabled()
1331 clk = to_mod_clock(hw); in rzg2l_mod_clock_get_sibling()