Home
last modified time | relevance | path

Searched refs:ahb (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/linux-6.1.9/drivers/amba/
Dtegra-ahb.c126 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/
Dclk-imx35.c34 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/
Dnvidia,tegra20-ahb.txt4 - 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/
Dallwinner,sun5i-a13-ahb-clk.yaml4 $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";
Dallwinner,sun4i-a10-ahb-clk.yaml4 $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";
Dnspire-clock.txt5 "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
Dallwinner,sun9i-a80-ahb-clk.yaml4 $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";
Dallwinner,sun4i-a10-gates-clk.yaml26 - 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/
Dnvidia,tegra30-smmu.txt10 - nvidia,ahb : phandle to the ahb bus connected to SMMU.
20 nvidia,ahb = <&ahb>;
/linux-6.1.9/drivers/gpu/drm/msm/dp/
Ddp_parser.c43 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/
Dimx8-ss-conn.dtsi23 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/
Dalphascale-asm9260.txt10 "ahb" - ahb gate.
29 clock-names = "mod", "ahb";
/linux-6.1.9/arch/arm/boot/dts/
Dsuniv-f1c100s.dtsi78 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";
Dsun6i-a31.dtsi294 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 …]
Dimx35.dtsi196 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/
Dintel,ixp4xx-ahb-queue-manager.yaml5 $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/
Dallwinner,sun4i-a10-crypto.yaml44 - const: ahb
61 const: ahb
92 clock-names = "ahb", "mod";
/linux-6.1.9/Documentation/devicetree/bindings/soc/qcom/
Dqcom,geni-se.yaml31 - const: m-ahb
32 - const: s-ahb
98 clock-names = "m-ahb", "s-ahb";
/linux-6.1.9/Documentation/devicetree/bindings/rtc/
Dalphascale,asm9260-rtc.txt10 * "ahb" for the SoC RTC clock
17 clock-names = "ahb";
/linux-6.1.9/Documentation/devicetree/bindings/spi/
Dallwinner,sun6i-a31-spi.yaml45 - const: ahb
94 clock-names = "ahb", "mod";
106 clock-names = "ahb", "mod";
Dspi-ath79.txt7 - clock-names: has to be "ahb".
20 clock-names = "ahb";
/linux-6.1.9/Documentation/devicetree/bindings/ata/
Dimx-sata.yaml33 - description: ahb clock
39 - const: ahb
82 clock-names = "sata", "sata_ref", "ahb";
/linux-6.1.9/arch/mips/boot/dts/mscc/
Dserval.dtsi41 ahb_clk: ahb-clk {
49 ahb: ahb { label
/linux-6.1.9/Documentation/devicetree/bindings/display/
Dallwinner,sun4i-a10-tcon.yaml185 - 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/
Dar9132.dtsi33 ahb {
98 clock-output-names = "cpu", "ddr", "ahb";
152 clock-names = "ahb";

12345678910>>...14