Home
last modified time | relevance | path

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

/linux/drivers/clk/at91/
H A Dclk-programmable.c103 static int clk_programmable_set_parent(struct clk_hw *hw, u8 index) in clk_programmable_set_parent() function
198 ret = clk_programmable_set_parent(hw, prog->pms.parent); in clk_programmable_restore_context()
209 .set_parent = clk_programmable_set_parent,