/linux-6.1.9/drivers/amba/ |
D | tegra-ahb.c | 126 static inline u32 gizmo_readl(struct tegra_ahb *ahb, u32 offset) in gizmo_readl() argument 128 return readl(ahb->regs + offset); in gizmo_readl() 131 static inline void gizmo_writel(struct tegra_ahb *ahb, u32 value, u32 offset) in gizmo_writel() argument 133 writel(value, ahb->regs + offset); in gizmo_writel() 141 struct tegra_ahb *ahb; in tegra_ahb_enable_smmu() local 146 ahb = dev_get_drvdata(dev); in tegra_ahb_enable_smmu() 147 val = gizmo_readl(ahb, AHB_ARBITRATION_XBAR_CTRL); in tegra_ahb_enable_smmu() 149 gizmo_writel(ahb, val, AHB_ARBITRATION_XBAR_CTRL); in tegra_ahb_enable_smmu() 158 struct tegra_ahb *ahb = dev_get_drvdata(dev); in tegra_ahb_suspend() local 161 ahb->ctx[i] = gizmo_readl(ahb, tegra_ahb_gizmo[i]); in tegra_ahb_suspend() [all …]
|
/linux-6.1.9/drivers/clk/imx/ |
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-6.1.9/Documentation/devicetree/bindings/arm/tegra/ |
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-6.1.9/Documentation/devicetree/bindings/clock/ |
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";
|
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";
|
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
|
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";
|
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>;
|
/linux-6.1.9/Documentation/devicetree/bindings/iommu/ |
D | nvidia,tegra30-smmu.txt | 10 - nvidia,ahb : phandle to the ahb bus connected to SMMU. 20 nvidia,ahb = <&ahb>;
|
/linux-6.1.9/drivers/gpu/drm/msm/dp/ |
D | dp_parser.c | 43 dss->ahb.base = dp_ioremap(pdev, 0, &dss->ahb.len); in dp_parser_ctrl_res() 44 if (IS_ERR(dss->ahb.base)) in dp_parser_ctrl_res() 45 return PTR_ERR(dss->ahb.base); in dp_parser_ctrl_res() 57 if (dss->ahb.len < DP_DEFAULT_P0_OFFSET + DP_DEFAULT_P0_SIZE) { in dp_parser_ctrl_res() 62 dss->ahb.len = DP_DEFAULT_AHB_SIZE; in dp_parser_ctrl_res() 63 dss->aux.base = dss->ahb.base + DP_DEFAULT_AUX_OFFSET; in dp_parser_ctrl_res() 65 dss->link.base = dss->ahb.base + DP_DEFAULT_LINK_OFFSET; in dp_parser_ctrl_res() 67 dss->p0.base = dss->ahb.base + DP_DEFAULT_P0_OFFSET; in dp_parser_ctrl_res()
|
/linux-6.1.9/arch/arm64/boot/dts/freescale/ |
D | imx8-ss-conn.dtsi | 23 conn_ahb_clk: clock-conn-ahb { 43 clock-names = "ipg", "ahb", "per"; 54 clock-names = "ipg", "ahb", "per"; 67 clock-names = "ipg", "ahb", "per"; 82 clock-names = "ipg", "ahb", "enet_clk_ref", "ptp"; 102 clock-names = "ipg", "ahb", "enet_clk_ref", "ptp";
|
/linux-6.1.9/Documentation/devicetree/bindings/watchdog/ |
D | alphascale-asm9260.txt | 10 "ahb" - ahb gate. 29 clock-names = "mod", "ahb";
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | suniv-f1c100s.dtsi | 78 clock-names = "ahb", "mod"; 92 clock-names = "ahb", "mod"; 108 clock-names = "ahb", "mmc", "output", "sample"; 110 reset-names = "ahb"; 127 clock-names = "ahb", "mmc", "output", "sample"; 129 reset-names = "ahb";
|
D | sun6i-a31.dtsi | 294 clock-names = "ahb", 347 clock-names = "ahb", 395 clock-names = "ahb", 400 reset-names = "ahb"; 416 clock-names = "ahb", 421 reset-names = "ahb"; 437 clock-names = "ahb", 442 reset-names = "ahb"; 456 clock-names = "ahb", 461 reset-names = "ahb"; [all …]
|
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";
|
/linux-6.1.9/Documentation/devicetree/bindings/misc/ |
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-6.1.9/Documentation/devicetree/bindings/crypto/ |
D | allwinner,sun4i-a10-crypto.yaml | 44 - const: ahb 61 const: ahb 92 clock-names = "ahb", "mod";
|
/linux-6.1.9/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,geni-se.yaml | 31 - const: m-ahb 32 - const: s-ahb 98 clock-names = "m-ahb", "s-ahb";
|
/linux-6.1.9/Documentation/devicetree/bindings/rtc/ |
D | alphascale,asm9260-rtc.txt | 10 * "ahb" for the SoC RTC clock 17 clock-names = "ahb";
|
/linux-6.1.9/Documentation/devicetree/bindings/spi/ |
D | allwinner,sun6i-a31-spi.yaml | 45 - const: ahb 94 clock-names = "ahb", "mod"; 106 clock-names = "ahb", "mod";
|
D | spi-ath79.txt | 7 - clock-names: has to be "ahb". 20 clock-names = "ahb";
|
/linux-6.1.9/Documentation/devicetree/bindings/ata/ |
D | imx-sata.yaml | 33 - description: ahb clock 39 - const: ahb 82 clock-names = "sata", "sata_ref", "ahb";
|
/linux-6.1.9/arch/mips/boot/dts/mscc/ |
D | serval.dtsi | 41 ahb_clk: ahb-clk { 49 ahb: ahb { label
|
/linux-6.1.9/Documentation/devicetree/bindings/display/ |
D | allwinner,sun4i-a10-tcon.yaml | 185 - const: ahb 204 - const: ahb 224 - const: ahb 245 - const: ahb 265 - const: ahb 389 clock-names = "ahb", 463 clock-names = "ahb", 532 clock-names = "ahb", "tcon-ch0"; 582 clock-names = "ahb", "tcon-ch0"; 637 clock-names = "ahb", "tcon-ch1";
|
/linux-6.1.9/arch/mips/boot/dts/qca/ |
D | ar9132.dtsi | 33 ahb { 98 clock-output-names = "cpu", "ddr", "ahb"; 152 clock-names = "ahb";
|