Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/at91/
Dclk-peripheral.c366 struct device_node *periphclknp; in of_at91_clk_periph_setup() local
376 for_each_child_of_node(np, periphclknp) { in of_at91_clk_periph_setup()
377 if (of_property_read_u32(periphclknp, "reg", &id)) in of_at91_clk_periph_setup()
384 name = periphclknp->name; in of_at91_clk_periph_setup()
392 of_at91_get_clk_range(periphclknp, in of_at91_clk_periph_setup()
404 of_clk_add_provider(periphclknp, of_clk_src_simple_get, clk); in of_at91_clk_periph_setup()