Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/at91/
Dclk-programmable.c35 struct clk_programmable { struct
42 #define to_clk_programmable(hw) container_of(hw, struct clk_programmable, hw) argument
48 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_recalc_rate()
101 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_set_parent()
126 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_get_parent()
141 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_set_rate()
180 struct clk_programmable *prog; in at91_clk_register_programmable()