Lines Matching refs:ahb1
64 struct sun6i_ahb1_clk *ahb1 = to_sun6i_ahb1_clk(hw); in sun6i_ahb1_clk_recalc_rate() local
69 reg = readl(ahb1->reg); in sun6i_ahb1_clk_recalc_rate()
162 struct sun6i_ahb1_clk *ahb1 = to_sun6i_ahb1_clk(hw); in sun6i_ahb1_clk_set_rate() local
169 reg = readl(ahb1->reg); in sun6i_ahb1_clk_set_rate()
177 writel(reg, ahb1->reg); in sun6i_ahb1_clk_set_rate()
193 struct sun6i_ahb1_clk *ahb1; in sun6i_ahb1_clk_setup() local
209 ahb1 = kzalloc(sizeof(struct sun6i_ahb1_clk), GFP_KERNEL); in sun6i_ahb1_clk_setup()
210 if (!ahb1) in sun6i_ahb1_clk_setup()
215 kfree(ahb1); in sun6i_ahb1_clk_setup()
224 ahb1->reg = reg; in sun6i_ahb1_clk_setup()
228 &ahb1->hw, &sun6i_ahb1_clk_ops, in sun6i_ahb1_clk_setup()