Home
last modified time | relevance | path

Searched refs:ahb1 (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/reset/
Dallwinner,sunxi-clock-reset.txt9 "allwinner,sun6i-a31-ahb1-reset"
19 compatible = "allwinner,sun6i-a31-ahb1-reset";
/linux-4.4.14/drivers/clk/sunxi/
Dclk-sunxi.c66 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()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Darm-pl08x.txt10 - lli-bus-interface-ahb1: if AHB master 1 is eligible for fetching LLIs
12 - mem-bus-interface-ahb1: if AHB master 1 is eligible for fetching memory contents
40 lli-bus-interface-ahb1;
Dlpc1850-dmamux.txt29 lli-bus-interface-ahb1;
31 mem-bus-interface-ahb1;
/linux-4.4.14/arch/arm/boot/dts/
Dsun6i-a31.dtsi234 ahb1: ahb1@01c20054 { label
236 compatible = "allwinner,sun6i-a31-ahb1-clk";
239 clock-output-names = "ahb1";
246 assigned-clocks = <&ahb1>;
252 compatible = "allwinner,sun6i-a31-ahb1-gates-clk";
254 clocks = <&ahb1>;
289 clocks = <&ahb1>;
757 compatible = "allwinner,sun6i-a31-ahb1-reset";
Dsun8i-a23.dtsi55 compatible = "allwinner,sun8i-a23-ahb1-gates-clk";
57 clocks = <&ahb1>;
Dsun8i-a33.dtsi77 compatible = "allwinner,sun8i-a33-ahb1-gates-clk";
79 clocks = <&ahb1>;
Dsun8i-a23-a33.dtsi162 ahb1: ahb1_clk@01c20054 { label
164 compatible = "allwinner,sun6i-a31-ahb1-clk";
167 clock-output-names = "ahb1";
174 clocks = <&ahb1>;
Dsun9i-a80.dtsi199 ahb1: clk@06000064 { label
204 clock-output-names = "ahb1";
296 compatible = "allwinner,sun9i-a80-ahb1-gates-clk";
298 clocks = <&ahb1>;
Dlpc18xx.dtsi92 lli-bus-interface-ahb1;
94 mem-bus-interface-ahb1;
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dsunxi.txt30 "allwinner,sun6i-a31-ahb1-clk" - for the AHB1 clock on A31
31 "allwinner,sun6i-a31-ahb1-gates-clk" - for the AHB1 gates on A31
32 "allwinner,sun8i-a23-ahb1-gates-clk" - for the AHB1 gates on A23
34 "allwinner,sun9i-a80-ahb1-gates-clk" - for the AHB1 gates on A80