Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/at91/
Dclk-programmable.c21 struct clk_programmable { struct
30 #define to_clk_programmable(hw) container_of(hw, struct clk_programmable, hw) argument
35 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_recalc_rate()
53 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_determine_rate()
105 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_set_parent()
130 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_get_parent()
151 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_set_rate()
183 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_save_context()
195 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_restore_context()
222 struct clk_programmable *prog; in at91_clk_register_programmable()