Home
last modified time | relevance | path

Searched refs:clk_fixed_rate (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/clk/
Dclk_fixed_rate.c42 U_BOOT_DRIVER(clk_fixed_rate) = {
47 .platdata_auto_alloc_size = sizeof(struct clk_fixed_rate),
DMakefile8 obj-$(CONFIG_$(SPL_TPL_)CLK) += clk_fixed_rate.o
/third_party/uboot/u-boot-2020.01/include/linux/
Dclk-provider.h136 struct clk_fixed_rate { struct
141 #define to_clk_fixed_rate(dev) ((struct clk_fixed_rate *)dev_get_platdata(dev)) argument