Home
last modified time | relevance | path

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

12345678910>>...15

/linux/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/Documentation/devicetree/bindings/soc/tegra/
A Dnvidia,tegra20-ahb.yaml4 $id: http://devicetree.org/schemas/soc/tegra/nvidia,tegra20-ahb.yaml#
17 - nvidia,tegra20-ahb
18 - nvidia,tegra30-ahb
21 - nvidia,tegra114-ahb
22 - nvidia,tegra124-ahb
23 - nvidia,tegra210-ahb
24 - const: nvidia,tegra30-ahb
37 ahb@6000c004 {
38 compatible = "nvidia,tegra20-ahb";
/linux/drivers/clk/imx/
A Dclk-imx35.c33 unsigned char arm, ahb, sel; member
37 { .arm = 1, .ahb = 4, .sel = 0},
38 { .arm = 1, .ahb = 3, .sel = 1},
39 { .arm = 2, .ahb = 2, .sel = 0},
40 { .arm = 0, .ahb = 0, .sel = 0},
41 { .arm = 0, .ahb = 0, .sel = 0},
42 { .arm = 0, .ahb = 0, .sel = 0},
43 { .arm = 4, .ahb = 1, .sel = 0},
44 { .arm = 1, .ahb = 5, .sel = 0},
45 { .arm = 1, .ahb = 8, .sel = 0},
[all …]
/linux/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/Documentation/devicetree/bindings/iommu/
A Dnvidia,tegra30-smmu.txt10 - nvidia,ahb : phandle to the ahb bus connected to SMMU.
20 nvidia,ahb = <&ahb>;
/linux/drivers/crypto/starfive/
A Djh7110-cryp.c119 cryp->ahb = devm_clk_get(&pdev->dev, "ahb"); in starfive_cryp_probe()
120 if (IS_ERR(cryp->ahb)) in starfive_cryp_probe()
121 return dev_err_probe(&pdev->dev, PTR_ERR(cryp->ahb), in starfive_cryp_probe()
130 clk_prepare_enable(cryp->ahb); in starfive_cryp_probe()
182 clk_disable_unprepare(cryp->ahb); in starfive_cryp_probe()
206 clk_disable_unprepare(cryp->ahb); in starfive_cryp_remove()
/linux/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/Documentation/devicetree/bindings/mtd/
A Dallwinner,sun4i-a10-nand.yaml34 - const: ahb
41 const: ahb
100 clock-names = "ahb", "mod";
102 reset-names = "ahb";
/linux/Documentation/devicetree/bindings/watchdog/
A Dalphascale,asm9260-wdt.yaml25 - description: ahb gate
30 - const: ahb
66 clock-names = "mod", "ahb";
/linux/Documentation/devicetree/bindings/soc/qcom/
A Dqcom,geni-se.yaml95 - const: s-ahb
110 - const: m-ahb
111 - const: s-ahb
132 clock-names = "m-ahb", "s-ahb";
/linux/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/Documentation/devicetree/bindings/crypto/
A Dallwinner,sun4i-a10-crypto.yaml44 - const: ahb
61 const: ahb
92 clock-names = "ahb", "mod";
/linux/drivers/gpu/drm/msm/dp/
A Ddp_catalog.c72 struct dss_io_region ahb; member
92 msm_disp_snapshot_add_block(disp_state, dss->ahb.len, dss->ahb.base, "dp_ahb"); in dp_catalog_snapshot()
115 return readl_relaxed(catalog->io.ahb.base + offset); in dp_read_ahb()
125 writel(data, catalog->io.ahb.base + offset); in dp_write_ahb()
304 dump_regs(io->ahb.base, io->ahb.len); in dp_catalog_dump_regs()
1098 dss->ahb.base = dp_ioremap(pdev, 0, &dss->ahb.len); in dp_catalog_get_io()
1099 if (IS_ERR(dss->ahb.base)) in dp_catalog_get_io()
1100 return PTR_ERR(dss->ahb.base); in dp_catalog_get_io()
1117 dss->ahb.len = DP_DEFAULT_AHB_SIZE; in dp_catalog_get_io()
1118 dss->aux.base = dss->ahb.base + DP_DEFAULT_AUX_OFFSET; in dp_catalog_get_io()
[all …]
/linux/arch/arm/boot/dts/allwinner/
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/Documentation/devicetree/bindings/rtc/
A Dalphascale,asm9260-rtc.yaml26 const: ahb
48 clock-names = "ahb";
/linux/Documentation/devicetree/bindings/spi/
A Dspi-ath79.txt7 - clock-names: has to be "ahb".
20 clock-names = "ahb";
A Dallwinner,sun6i-a31-spi.yaml52 - const: ahb
101 clock-names = "ahb", "mod";
113 clock-names = "ahb", "mod";
/linux/arch/mips/boot/dts/mscc/
A Dserval.dtsi41 ahb_clk: ahb-clk {
49 ahb: ahb { label
/linux/arch/arm/boot/dts/nxp/imx/
A 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";
334 clock-names = "ipg", "ahb", "per";
345 clock-names = "ipg", "ahb", "per";
/linux/arch/arm64/boot/dts/freescale/
A Dimx8-ss-conn.dtsi17 conn_ahb_clk: clock-conn-ahb {
52 ahb-burst-config = <0x0>;
79 clock-names = "ipg", "ahb", "per";
90 clock-names = "ipg", "ahb", "per";
103 clock-names = "ipg", "ahb", "per";
118 clock-names = "ipg", "ahb", "enet_clk_ref", "ptp";
138 clock-names = "ipg", "ahb", "enet_clk_ref", "ptp";

Completed in 38 milliseconds

12345678910>>...15