Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/versatile/
Dclk-icst.c33 struct clk_icst { struct
41 #define to_icst(_hw) container_of(_hw, struct clk_icst, hw) argument
85 struct clk_icst *icst = to_icst(hw); in icst_recalc_rate()
98 struct clk_icst *icst = to_icst(hw); in icst_round_rate()
108 struct clk_icst *icst = to_icst(hw); in icst_set_rate()
132 struct clk_icst *icst; in icst_clk_register()
136 icst = kzalloc(sizeof(struct clk_icst), GFP_KERNEL); in icst_clk_register()