Searched refs:clk_fixed_rate (Results 1 – 2 of 2) sorted by relevance
11 struct clk_fixed_rate { struct15 #define to_clk_fixed_rate(dev) ((struct clk_fixed_rate *)dev_get_platdata(dev)) argument46 U_BOOT_DRIVER(clk_fixed_rate) = {51 .platdata_auto_alloc_size = sizeof(struct clk_fixed_rate),
8 obj-$(CONFIG_$(SPL_TPL_)CLK) += clk-uclass.o clk_fixed_rate.o