Home
last modified time | relevance | path

Searched defs:clk_fixed_rate (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/clk/
H A Dclk_fixed_rate.c10 struct clk_fixed_rate { struct
14 #define to_clk_fixed_rate(dev) ((struct clk_fixed_rate *)dev_get_platdata(dev)) argument
/openbmc/linux/include/linux/
H A Dclk-provider.h352 struct clk_fixed_rate { struct
361 extern const struct clk_ops clk_fixed_rate_ops; argument