Lines Matching refs:a37xx_periphclk
49 struct a37xx_periphclk { struct
227 static int get_mux(struct a37xx_periphclk *priv, int shift) in get_mux()
232 static void set_mux(struct a37xx_periphclk *priv, int shift, int val) in set_mux()
242 static ulong periph_clk_get_rate(struct a37xx_periphclk *priv, int id);
244 static ulong get_parent_rate(struct a37xx_periphclk *priv, int id) in get_parent_rate()
273 static ulong get_div(struct a37xx_periphclk *priv, in get_div()
290 static void set_div_val(struct a37xx_periphclk *priv, in set_div_val()
301 static ulong periph_clk_get_rate(struct a37xx_periphclk *priv, int id) in periph_clk_get_rate()
324 struct a37xx_periphclk *priv = dev_get_priv(clk->dev); in armada_37xx_periph_clk_get_rate()
334 struct a37xx_periphclk *priv = dev_get_priv(clk->dev); in periph_clk_enable()
388 struct a37xx_periphclk *priv = dev_get_priv(clk->dev); in armada_37xx_periph_clk_set_rate()
436 struct a37xx_periphclk *priv = dev_get_priv(clk->dev); in armada_37xx_periph_clk_set_parent()
469 struct a37xx_periphclk *priv = dev_get_priv(dev); in armada_37xx_periph_clk_dump()
521 struct a37xx_periphclk *priv = dev_get_priv(dev); in armada_37xx_periph_clk_probe()
625 .priv_auto_alloc_size = sizeof(struct a37xx_periphclk),