Searched refs:ahb1 (Results 1 – 11 of 11) sorted by relevance
| /linux-4.4.14/Documentation/devicetree/bindings/reset/ |
| D | allwinner,sunxi-clock-reset.txt | 9 "allwinner,sun6i-a31-ahb1-reset" 19 compatible = "allwinner,sun6i-a31-ahb1-reset";
|
| /linux-4.4.14/drivers/clk/sunxi/ |
| D | clk-sunxi.c | 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() [all …]
|
| /linux-4.4.14/Documentation/devicetree/bindings/dma/ |
| D | arm-pl08x.txt | 10 - 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;
|
| D | lpc1850-dmamux.txt | 29 lli-bus-interface-ahb1; 31 mem-bus-interface-ahb1;
|
| /linux-4.4.14/arch/arm/boot/dts/ |
| D | sun6i-a31.dtsi | 234 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";
|
| D | sun8i-a23.dtsi | 55 compatible = "allwinner,sun8i-a23-ahb1-gates-clk"; 57 clocks = <&ahb1>;
|
| D | sun8i-a33.dtsi | 77 compatible = "allwinner,sun8i-a33-ahb1-gates-clk"; 79 clocks = <&ahb1>;
|
| D | sun8i-a23-a33.dtsi | 162 ahb1: ahb1_clk@01c20054 { label 164 compatible = "allwinner,sun6i-a31-ahb1-clk"; 167 clock-output-names = "ahb1"; 174 clocks = <&ahb1>;
|
| D | sun9i-a80.dtsi | 199 ahb1: clk@06000064 { label 204 clock-output-names = "ahb1"; 296 compatible = "allwinner,sun9i-a80-ahb1-gates-clk"; 298 clocks = <&ahb1>;
|
| D | lpc18xx.dtsi | 92 lli-bus-interface-ahb1; 94 mem-bus-interface-ahb1;
|
| /linux-4.4.14/Documentation/devicetree/bindings/clock/ |
| D | sunxi.txt | 30 "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
|