Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/renesas/
Drzv2h-cpg.c115 #define to_mod_clock(_hw) container_of(_hw, struct mod_clock, hw) macro
436 struct mod_clock *clock = to_mod_clock(hw); in rzv2h_mod_clock_endisable()
479 struct mod_clock *clock = to_mod_clock(hw); in rzv2h_mod_clock_is_enabled()
Drzg2l-cpg.c1195 #define to_mod_clock(_hw) container_of(_hw, struct mstp_clock, hw) macro
1199 struct mstp_clock *clock = to_mod_clock(hw); in rzg2l_mod_clock_endisable()
1238 struct mstp_clock *clock = to_mod_clock(hw); in rzg2l_mod_clock_enable()
1258 struct mstp_clock *clock = to_mod_clock(hw); in rzg2l_mod_clock_disable()
1278 struct mstp_clock *clock = to_mod_clock(hw); in rzg2l_mod_clock_is_enabled()
1319 clk = to_mod_clock(hw); in rzg2l_mod_clock_get_sibling()