Lines Matching refs:ahb1
66 struct sun6i_ahb1_clk *ahb1 = to_sun6i_ahb1_clk(hw); in sun6i_ahb1_clk_recalc_rate() local
71 reg = readl(ahb1->reg); in sun6i_ahb1_clk_recalc_rate()
164 struct sun6i_ahb1_clk *ahb1 = to_sun6i_ahb1_clk(hw); in sun6i_ahb1_clk_set_rate() local
171 reg = readl(ahb1->reg); in sun6i_ahb1_clk_set_rate()
179 writel(reg, ahb1->reg); in sun6i_ahb1_clk_set_rate()
195 struct sun6i_ahb1_clk *ahb1; in sun6i_ahb1_clk_setup() local
210 ahb1 = kzalloc(sizeof(struct sun6i_ahb1_clk), GFP_KERNEL); in sun6i_ahb1_clk_setup()
211 if (!ahb1) in sun6i_ahb1_clk_setup()
216 kfree(ahb1); in sun6i_ahb1_clk_setup()
225 ahb1->reg = reg; in sun6i_ahb1_clk_setup()
229 &ahb1->hw, &sun6i_ahb1_clk_ops, in sun6i_ahb1_clk_setup()