| /linux/drivers/amba/ |
| A D | tegra-ahb.c | 128 return readl(ahb->regs + offset); in gizmo_readl() 141 struct tegra_ahb *ahb; in tegra_ahb_enable_smmu() local 146 ahb = dev_get_drvdata(dev); in tegra_ahb_enable_smmu() 161 ahb->ctx[i] = gizmo_readl(ahb, tegra_ahb_gizmo[i]); in tegra_ahb_suspend() 171 gizmo_writel(ahb, ahb->ctx[i], tegra_ahb_gizmo[i]); in tegra_ahb_resume() 242 struct tegra_ahb *ahb; in tegra_ahb_probe() local 247 if (!ahb) in tegra_ahb_probe() 261 if (IS_ERR(ahb->regs)) in tegra_ahb_probe() 262 return PTR_ERR(ahb->regs); in tegra_ahb_probe() 264 ahb->dev = &pdev->dev; in tegra_ahb_probe() [all …]
|
| /linux/drivers/clk/imx/ |
| A D | clk-imx35.c | 34 unsigned char arm, ahb, sel; member 38 { .arm = 1, .ahb = 4, .sel = 0}, 39 { .arm = 1, .ahb = 3, .sel = 1}, 40 { .arm = 2, .ahb = 2, .sel = 0}, 41 { .arm = 0, .ahb = 0, .sel = 0}, 42 { .arm = 0, .ahb = 0, .sel = 0}, 43 { .arm = 0, .ahb = 0, .sel = 0}, 44 { .arm = 4, .ahb = 1, .sel = 0}, 45 { .arm = 1, .ahb = 5, .sel = 0}, 46 { .arm = 1, .ahb = 8, .sel = 0}, [all …]
|
| /linux/Documentation/devicetree/bindings/arm/tegra/ |
| A D | nvidia,tegra20-ahb.txt | 4 - compatible : For Tegra20, must contain "nvidia,tegra20-ahb". For 5 Tegra30, must contain "nvidia,tegra30-ahb". Otherwise, must contain 6 '"nvidia,<chip>-ahb", "nvidia,tegra30-ahb"' where <chip> is tegra124, 14 ahb: ahb@6000c004 { 15 compatible = "nvidia,tegra20-ahb";
|
| /linux/Documentation/devicetree/bindings/clock/ |
| A D | allwinner,sun5i-a13-ahb-clk.yaml | 4 $id: http://devicetree.org/schemas/clock/allwinner,sun5i-a13-ahb-clk.yaml# 20 const: allwinner,sun5i-a13-ahb-clk 44 ahb@1c20054 { 46 compatible = "allwinner,sun5i-a13-ahb-clk"; 49 clock-output-names = "ahb";
|
| A D | allwinner,sun4i-a10-ahb-clk.yaml | 4 $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-ahb-clk.yaml# 21 - allwinner,sun4i-a10-ahb-clk 51 const: allwinner,sun4i-a10-ahb-clk 82 ahb@1c20054 { 84 compatible = "allwinner,sun4i-a10-ahb-clk"; 87 clock-output-names = "ahb";
|
| A D | allwinner,sun4i-a10-gates-clk.yaml | 26 - const: allwinner,sun4i-a10-ahb-gates-clk 27 - const: allwinner,sun5i-a10s-ahb-gates-clk 28 - const: allwinner,sun5i-a13-ahb-gates-clk 29 - const: allwinner,sun7i-a20-ahb-gates-clk 100 compatible = "allwinner,sun4i-a10-ahb-gates-clk"; 102 clocks = <&ahb>;
|
| A D | nspire-clock.txt | 5 "lsi,nspire-cx-ahb-divider" for the AHB divider in the CX model 6 "lsi,nspire-classic-ahb-divider" for the AHB divider in the older model 14 - clocks: For the "nspire-*-ahb-divider" compatible clocks, this is the parent
|
| A D | allwinner,sun9i-a80-ahb-clk.yaml | 4 $id: http://devicetree.org/schemas/clock/allwinner,sun9i-a80-ahb-clk.yaml# 20 const: allwinner,sun9i-a80-ahb-clk 46 compatible = "allwinner,sun9i-a80-ahb-clk";
|
| /linux/drivers/gpu/drm/msm/dp/ |
| A D | dp_parser.c | 51 dss->ahb.base = dp_ioremap(pdev, 0, &dss->ahb.len); in dp_parser_ctrl_res() 52 if (IS_ERR(dss->ahb.base)) in dp_parser_ctrl_res() 53 return PTR_ERR(dss->ahb.base); in dp_parser_ctrl_res() 65 if (dss->ahb.len < DP_DEFAULT_P0_OFFSET + DP_DEFAULT_P0_SIZE) { in dp_parser_ctrl_res() 70 dss->ahb.len = DP_DEFAULT_AHB_SIZE; in dp_parser_ctrl_res() 71 dss->aux.base = dss->ahb.base + DP_DEFAULT_AUX_OFFSET; in dp_parser_ctrl_res() 73 dss->link.base = dss->ahb.base + DP_DEFAULT_LINK_OFFSET; in dp_parser_ctrl_res() 75 dss->p0.base = dss->ahb.base + DP_DEFAULT_P0_OFFSET; in dp_parser_ctrl_res()
|
| /linux/Documentation/devicetree/bindings/iommu/ |
| A D | nvidia,tegra30-smmu.txt | 10 - nvidia,ahb : phandle to the ahb bus connected to SMMU. 20 nvidia,ahb = <&ahb>;
|
| /linux/arch/arm64/boot/dts/freescale/ |
| A D | imx8-ss-conn.dtsi | 23 conn_ahb_clk: clock-conn-ahb { 43 clock-names = "ipg", "per", "ahb"; 54 clock-names = "ipg", "per", "ahb"; 67 clock-names = "ipg", "per", "ahb"; 82 clock-names = "ipg", "ahb", "enet_clk_ref", "ptp"; 102 clock-names = "ipg", "ahb", "enet_clk_ref", "ptp";
|
| /linux/Documentation/devicetree/bindings/watchdog/ |
| A D | alphascale-asm9260.txt | 10 "ahb" - ahb gate. 29 clock-names = "mod", "ahb";
|
| /linux/arch/arm/boot/dts/ |
| A D | sun6i-a31.dtsi | 293 clock-names = "ahb", 346 clock-names = "ahb", 394 clock-names = "ahb", 399 reset-names = "ahb"; 415 clock-names = "ahb", 420 reset-names = "ahb"; 436 clock-names = "ahb", 441 reset-names = "ahb"; 455 clock-names = "ahb", 460 reset-names = "ahb"; [all …]
|
| A D | imx35.dtsi | 196 clock-names = "ipg", "ahb"; 239 clock-names = "ipg", "ahb", "per"; 248 clock-names = "ipg", "ahb", "per"; 257 clock-names = "ipg", "ahb", "per"; 291 clock-names = "ipg", "ahb"; 335 clock-names = "ipg", "ahb", "per"; 346 clock-names = "ipg", "ahb", "per";
|
| A D | sun9i-a80.dtsi | 477 reset-names = "ahb"; 492 reset-names = "ahb"; 507 reset-names = "ahb"; 522 reset-names = "ahb"; 601 clock-names = "ahb", "mod", 625 clock-names = "ahb", "mod", 649 clock-names = "ahb", "mod", 730 clock-names = "ahb", 772 clock-names = "ahb", 814 clock-names = "ahb", [all …]
|
| A D | sun4i-a10.dtsi | 274 clock-names = "ahb", "mod"; 287 clock-names = "ahb", "mod"; 301 clock-names = "ahb", "mod"; 340 clock-names = "ahb", 390 clock-names = "ahb", 446 clock-names = "ahb", "mmc"; 459 clock-names = "ahb", "mmc"; 470 clock-names = "ahb", "mmc"; 481 clock-names = "ahb", "mmc"; 541 clock-names = "ahb", "mod"; [all …]
|
| A D | sun8i-v3s.dtsi | 191 clock-names = "ahb", 227 clock-names = "ahb", 232 reset-names = "ahb"; 248 clock-names = "ahb", 253 reset-names = "ahb"; 269 clock-names = "ahb", 274 reset-names = "ahb"; 287 clock-names = "ahb", "mod"; 291 reset-names = "ahb"; 585 clock-names = "ahb", "mod";
|
| /linux/Documentation/devicetree/bindings/misc/ |
| A D | intel,ixp4xx-ahb-queue-manager.yaml | 5 $id: "http://devicetree.org/schemas/misc/intel,ixp4xx-ahb-queue-manager.yaml#" 26 - const: intel,ixp4xx-ahb-queue-manager 48 compatible = "intel,ixp4xx-ahb-queue-manager";
|
| /linux/Documentation/devicetree/bindings/crypto/ |
| A D | allwinner,sun4i-a10-crypto.yaml | 44 - const: ahb 51 const: ahb 82 clock-names = "ahb", "mod";
|
| /linux/Documentation/devicetree/bindings/display/ |
| A D | allwinner,sun4i-a10-tcon.yaml | 183 - const: ahb 202 - const: ahb 222 - const: ahb 242 - const: ahb 261 - const: ahb 383 clock-names = "ahb", 457 clock-names = "ahb", 526 clock-names = "ahb", "tcon-ch0"; 576 clock-names = "ahb", "tcon-ch0"; 631 clock-names = "ahb", "tcon-ch1";
|
| /linux/Documentation/devicetree/bindings/spi/ |
| A D | allwinner,sun6i-a31-spi.yaml | 44 - const: ahb 93 clock-names = "ahb", "mod"; 105 clock-names = "ahb", "mod";
|
| /linux/Documentation/devicetree/bindings/ata/ |
| A D | imx-sata.yaml | 33 - description: ahb clock 39 - const: ahb 82 clock-names = "sata", "sata_ref", "ahb";
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| A D | alphascale,asm9260-rtc.txt | 10 * "ahb" for the SoC RTC clock 17 clock-names = "ahb";
|
| /linux/arch/mips/boot/dts/mscc/ |
| A D | serval.dtsi | 41 ahb_clk: ahb-clk { 49 ahb: ahb { label
|
| /linux/Documentation/devicetree/bindings/mmc/ |
| A D | allwinner,sun4i-a10-mmc.yaml | 76 - const: ahb 85 const: ahb 102 clock-names = "ahb", "mmc";
|