Searched refs:of_at91_get_clk_range (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/clk/at91/ |
D | pmc.c | 45 int of_at91_get_clk_range(struct device_node *np, const char *propname, in of_at91_get_clk_range() function 66 EXPORT_SYMBOL_GPL(of_at91_get_clk_range);
|
D | pmc.h | 59 int of_at91_get_clk_range(struct device_node *np, const char *propname,
|
D | clk-master.c | 203 if (of_at91_get_clk_range(np, "atmel,clk-output-range", &characteristics->output)) in of_at91_clk_master_get_characteristics()
|
D | clk-generated.c | 296 of_at91_get_clk_range(gcknp, "atmel,clk-output-range", in of_sama5d2_clk_generated_setup()
|
D | clk-peripheral.c | 392 of_at91_get_clk_range(periphclknp, in of_at91_clk_periph_setup()
|
D | clk-pll.c | 403 if (of_at91_get_clk_range(np, "atmel,clk-input-range", &input)) in of_at91_clk_pll_get_characteristics()
|