Searched refs:at91_clk_sub_device_bind (Results 1 – 5 of 5) sorted by relevance
18 int at91_clk_sub_device_bind(struct udevice *dev, const char *drv_name);
24 return at91_clk_sub_device_bind(dev, "system-clk"); in at91_system_clk_bind()
30 return at91_clk_sub_device_bind(dev, "periph-clk"); in sam9x5_periph_clk_bind()
52 int at91_clk_sub_device_bind(struct udevice *dev, const char *drv_name) in at91_clk_sub_device_bind() function
27 return at91_clk_sub_device_bind(dev, "generic-clk"); in generated_clk_bind()