Home
last modified time | relevance | path

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

/drivers/amba/
Dtegra-ahb.c123 static inline u32 gizmo_readl(struct tegra_ahb *ahb, u32 offset) in gizmo_readl() argument
125 return readl(ahb->regs + offset); in gizmo_readl()
128 static inline void gizmo_writel(struct tegra_ahb *ahb, u32 value, u32 offset) in gizmo_writel() argument
130 writel(value, ahb->regs + offset); in gizmo_writel()
136 struct tegra_ahb *ahb = dev_get_drvdata(dev); in tegra_ahb_match_by_smmu() local
139 return (ahb->dev->of_node == dn) ? 1 : 0; in tegra_ahb_match_by_smmu()
146 struct tegra_ahb *ahb; in tegra_ahb_enable_smmu() local
152 ahb = dev_get_drvdata(dev); in tegra_ahb_enable_smmu()
153 val = gizmo_readl(ahb, AHB_ARBITRATION_XBAR_CTRL); in tegra_ahb_enable_smmu()
155 gizmo_writel(ahb, val, AHB_ARBITRATION_XBAR_CTRL); in tegra_ahb_enable_smmu()
[all …]
DMakefile2 obj-$(CONFIG_TEGRA_AHB) += tegra-ahb.o
/drivers/net/wireless/ath/ath5k/
DMakefile20 ath5k-$(CONFIG_ATH5K_AHB) += ahb.o
/drivers/net/wireless/ath/ath9k/
DMakefile13 ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
/drivers/iommu/
Dtegra-smmu.c320 struct device_node *ahb; member
485 return tegra_ahb_enable_smmu(smmu->ahb); in smmu_setup_regs()
1201 smmu->ahb = of_parse_phandle(dev->of_node, "nvidia,ahb", 0); in tegra_smmu_probe()
1202 if (!smmu->ahb) in tegra_smmu_probe()