Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/clk/renesas/
Dclk-mstp.c56 struct mstp_clock { struct
62 #define to_mstp_clock(_hw) container_of(_hw, struct mstp_clock, hw) argument
78 struct mstp_clock *clock = to_mstp_clock(hw); in cpg_mstp_clock_endisable()
127 struct mstp_clock *clock = to_mstp_clock(hw); in cpg_mstp_clock_is_enabled()
150 struct mstp_clock *clock; in cpg_mstp_clock_register()
Drzg2l-cpg.c1198 struct mstp_clock { struct
1204 struct mstp_clock *sibling; argument
1207 #define to_mod_clock(_hw) container_of(_hw, struct mstp_clock, hw)
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()
1317 static struct mstp_clock
1318 *rzg2l_mod_clock_get_sibling(struct mstp_clock *clock, in rzg2l_mod_clock_get_sibling()
1325 struct mstp_clock *clk; in rzg2l_mod_clock_get_sibling()
[all …]
Drenesas-cpg-mssr.c186 struct mstp_clock { struct
192 #define to_mstp_clock(_hw) container_of(_hw, struct mstp_clock, hw) argument
196 struct mstp_clock *clock = to_mstp_clock(hw); in cpg_mstp_clock_endisable()
256 struct mstp_clock *clock = to_mstp_clock(hw); in cpg_mstp_clock_is_enabled()
410 struct mstp_clock *clock = NULL; in cpg_mssr_register_mod_clk()