Home
last modified time | relevance | path

Searched defs:clk_ops (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dclk-uclass.h21 struct clk_ops { struct
40 int (*of_xlate)(struct clk *clock,
55 int (*request)(struct clk *clock);
64 int (*free)(struct clk *clock);
71 ulong (*get_rate)(struct clk *clk);
79 ulong (*set_rate)(struct clk *clk, ulong rate);
87 int (*get_phase)(struct clk *clk);
96 int (*set_phase)(struct clk *clk, int degrees);
104 int (*set_parent)(struct clk *clk, struct clk *parent);
111 int (*enable)(struct clk *clk);
[all …]
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.h50 struct clk_ops { struct
68 struct clk_ops *ops; argument
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.h50 struct clk_ops { struct
68 struct clk_ops *ops; argument