Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/at91/
H A Dpmc.h18 int at91_clk_sub_device_bind(struct udevice *dev, const char *drv_name);
H A Dclk-system.c24 return at91_clk_sub_device_bind(dev, "system-clk"); in at91_system_clk_bind()
H A Dclk-peripheral.c30 return at91_clk_sub_device_bind(dev, "periph-clk"); in sam9x5_periph_clk_bind()
H A Dpmc.c52 int at91_clk_sub_device_bind(struct udevice *dev, const char *drv_name) in at91_clk_sub_device_bind() function
H A Dclk-generated.c27 return at91_clk_sub_device_bind(dev, "generic-clk"); in generated_clk_bind()