Searched refs:clk_fixed_rate (Results 1 – 3 of 3) sorted by relevance
42 U_BOOT_DRIVER(clk_fixed_rate) = {47 .platdata_auto_alloc_size = sizeof(struct clk_fixed_rate),
8 obj-$(CONFIG_$(SPL_TPL_)CLK) += clk_fixed_rate.o
136 struct clk_fixed_rate { struct141 #define to_clk_fixed_rate(dev) ((struct clk_fixed_rate *)dev_get_platdata(dev)) argument