Home
last modified time | relevance | path

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

/drivers/clk/at91/
Dclk-peripheral.c384 struct device_node *periphclknp; in of_at91_clk_periph_setup() local
399 for_each_child_of_node(np, periphclknp) { in of_at91_clk_periph_setup()
400 if (of_property_read_u32(periphclknp, "reg", &id)) in of_at91_clk_periph_setup()
407 name = periphclknp->name; in of_at91_clk_periph_setup()
415 of_at91_get_clk_range(periphclknp, in of_at91_clk_periph_setup()
429 of_clk_add_hw_provider(periphclknp, of_clk_hw_simple_get, hw); in of_at91_clk_periph_setup()