Home
last modified time | relevance | path

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

12345678910>>...15

/linux-6.3-rc2/drivers/amba/
A Dtegra-ahb.c128 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-6.3-rc2/drivers/clk/imx/
A 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.3-rc2/Documentation/devicetree/bindings/arm/tegra/
A 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.3-rc2/Documentation/devicetree/bindings/clock/
A 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";
A 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";
A 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";
A 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
A 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.3-rc2/Documentation/devicetree/bindings/iommu/
A Dnvidia,tegra30-smmu.txt10 - nvidia,ahb : phandle to the ahb bus connected to SMMU.
20 nvidia,ahb = <&ahb>;
/linux-6.3-rc2/drivers/gpu/drm/msm/dp/
A 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.3-rc2/drivers/char/hw_random/
A Djh7110-trng.c99 struct clk *ahb; member
242 clk_disable_unprepare(trng->ahb); in starfive_trng_cleanup()
311 trng->ahb = devm_clk_get(&pdev->dev, "ahb"); in starfive_trng_probe()
312 if (IS_ERR(trng->ahb)) in starfive_trng_probe()
313 return dev_err_probe(&pdev->dev, PTR_ERR(trng->ahb), in starfive_trng_probe()
322 clk_prepare_enable(trng->ahb); in starfive_trng_probe()
343 clk_disable_unprepare(trng->ahb); in starfive_trng_probe()
357 clk_disable_unprepare(trng->ahb); in starfive_trng_suspend()
367 clk_prepare_enable(trng->ahb); in starfive_trng_resume()
/linux-6.3-rc2/arch/arm64/boot/dts/freescale/
A Dimx8-ss-conn.dtsi23 conn_ahb_clk: clock-conn-ahb {
45 ahb-burst-config = <0x0>;
72 clock-names = "ipg", "ahb", "per";
83 clock-names = "ipg", "ahb", "per";
96 clock-names = "ipg", "ahb", "per";
111 clock-names = "ipg", "ahb", "enet_clk_ref", "ptp";
131 clock-names = "ipg", "ahb", "enet_clk_ref", "ptp";
/linux-6.3-rc2/Documentation/devicetree/bindings/mtd/
A Dallwinner,sun4i-a10-nand.yaml34 - const: ahb
41 const: ahb
101 clock-names = "ahb", "mod";
103 reset-names = "ahb";
/linux-6.3-rc2/Documentation/devicetree/bindings/watchdog/
A Dalphascale-asm9260.txt10 "ahb" - ahb gate.
29 clock-names = "mod", "ahb";
/linux-6.3-rc2/Documentation/devicetree/bindings/soc/qcom/
A Dqcom,geni-se.yaml93 - const: s-ahb
108 - const: m-ahb
109 - const: s-ahb
130 clock-names = "m-ahb", "s-ahb";
/linux-6.3-rc2/Documentation/devicetree/bindings/misc/
A 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.3-rc2/Documentation/devicetree/bindings/crypto/
A Dallwinner,sun4i-a10-crypto.yaml44 - const: ahb
61 const: ahb
92 clock-names = "ahb", "mod";
/linux-6.3-rc2/Documentation/devicetree/bindings/rtc/
A Dalphascale,asm9260-rtc.txt10 * "ahb" for the SoC RTC clock
17 clock-names = "ahb";
/linux-6.3-rc2/arch/arm/boot/dts/
A 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 …]
A 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";
/linux-6.3-rc2/Documentation/devicetree/bindings/ata/
A Dimx-sata.yaml33 - description: ahb clock
39 - const: ahb
82 clock-names = "sata", "sata_ref", "ahb";
/linux-6.3-rc2/Documentation/devicetree/bindings/spi/
A Dallwinner,sun6i-a31-spi.yaml45 - const: ahb
94 clock-names = "ahb", "mod";
106 clock-names = "ahb", "mod";
A Dspi-ath79.txt7 - clock-names: has to be "ahb".
20 clock-names = "ahb";
/linux-6.3-rc2/arch/mips/boot/dts/mscc/
A Dserval.dtsi41 ahb_clk: ahb-clk {
49 ahb: ahb { label
/linux-6.3-rc2/Documentation/devicetree/bindings/rng/
A Dstarfive,jh7110-trng.yaml27 - const: ahb
51 clock-names = "hclk", "ahb";

Completed in 45 milliseconds

12345678910>>...15