Lines Matching defs:clk
1165 static ulong px30_mac_set_clk(struct clk *clk, uint hz) in px30_mac_set_clk()
1192 static int px30_mac_set_speed_clk(struct clk *clk, uint hz) in px30_mac_set_speed_clk()
1290 static ulong px30_clk_get_rate(struct clk *clk) in px30_clk_get_rate()
1384 static ulong px30_clk_set_rate(struct clk *clk, ulong rate) in px30_clk_set_rate()
1490 int rockchip_mmc_get_phase(struct clk *clk) in rockchip_mmc_get_phase()
1524 int rockchip_mmc_set_phase(struct clk *clk, u32 degrees) in rockchip_mmc_set_phase()
1567 static int px30_clk_get_phase(struct clk *clk) in px30_clk_get_phase()
1584 static int px30_clk_set_phase(struct clk *clk, int degrees) in px30_clk_set_phase()
1602 static int px30_gmac_set_parent(struct clk *clk, struct clk *parent) in px30_gmac_set_parent()
1619 static int px30_clk_set_parent(struct clk *clk, struct clk *parent) in px30_clk_set_parent()
1847 static ulong px30_pmuclk_get_rate(struct clk *clk) in px30_pmuclk_get_rate()
1867 static ulong px30_pmuclk_set_rate(struct clk *clk, ulong rate) in px30_pmuclk_set_rate()
1988 struct clk clk; in soc_clk_dump() local