Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/clk/
Dclk_fixed_factor.c13 struct clk_fixed_factor { struct
20 ((struct clk_fixed_factor *)dev_get_platdata(dev)) argument
25 struct clk_fixed_factor *ff = to_clk_fixed_factor(clk->dev); in clk_fixed_factor_get_rate()
44 struct clk_fixed_factor *ff = to_clk_fixed_factor(dev); in clk_fixed_factor_ofdata_to_platdata()
64 U_BOOT_DRIVER(clk_fixed_factor) = {
69 .platdata_auto_alloc_size = sizeof(struct clk_fixed_factor),
Dclk-fixed-factor.c21 struct clk_fixed_factor *fix = in clk_factor_recalc_rate()
39 struct clk_fixed_factor *fix; in clk_hw_register_fixed_factor()
DMakefile9 obj-$(CONFIG_$(SPL_TPL_)CLK) += clk_fixed_factor.o
/third_party/uboot/u-boot-2020.01/include/linux/
Dclk-provider.h127 struct clk_fixed_factor { struct
133 #define to_clk_fixed_factor(_clk) container_of(_clk, struct clk_fixed_factor,\ argument
/third_party/uboot/u-boot-2020.01/arch/sandbox/dts/
Dtest.dts211 clk_fixed_factor: clk-fixed-factor { label