Searched refs:at91_clk_sub_device_bind (Results 1 – 5 of 5) sorted by relevance
16 int at91_clk_sub_device_bind(struct udevice *dev, const char *drv_name);
25 return at91_clk_sub_device_bind(dev, "system-clk"); in at91_system_clk_bind()
31 return at91_clk_sub_device_bind(dev, "periph-clk"); in sam9x5_periph_clk_bind()
53 int at91_clk_sub_device_bind(struct udevice *dev, const char *drv_name) in at91_clk_sub_device_bind() function
28 return at91_clk_sub_device_bind(dev, "generic-clk"); in generated_clk_bind()