Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-ep93xx/
Dclock.c60 struct clk_psc { struct
72 #define to_clk_psc(_hw) container_of(_hw, struct clk_psc, hw) argument
76 struct clk_psc *psc = to_clk_psc(hw); in ep93xx_clk_is_enabled()
84 struct clk_psc *psc = to_clk_psc(hw); in ep93xx_clk_enable()
104 struct clk_psc *psc = to_clk_psc(hw); in ep93xx_clk_disable()
132 struct clk_psc *psc; in ep93xx_clk_register_gate()
161 struct clk_psc *psc = to_clk_psc(hw); in ep93xx_mux_get_parent()
175 struct clk_psc *psc = to_clk_psc(hw); in ep93xx_mux_set_parent_lock()
262 struct clk_psc *psc = to_clk_psc(hw); in ep93xx_ddiv_recalc_rate()
277 struct clk_psc *psc = to_clk_psc(hw); in ep93xx_ddiv_set_rate()
[all …]
/linux-6.1.9/drivers/clk/keystone/
Dgate.c61 struct clk_psc { struct
69 #define to_clk_psc(_hw) container_of(_hw, struct clk_psc, hw) argument
106 struct clk_psc *psc = to_clk_psc(hw); in keystone_clk_is_enabled()
115 struct clk_psc *psc = to_clk_psc(hw); in keystone_clk_enable()
133 struct clk_psc *psc = to_clk_psc(hw); in keystone_clk_disable()
168 struct clk_psc *psc; in clk_register_psc()