Searched refs:cbb (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/soc/tegra/cbb/ |
| H A D | tegra194-cbb.c | 176 static inline struct tegra194_cbb *to_tegra194_cbb(struct tegra_cbb *cbb) in to_tegra194_cbb() argument 178 return container_of(cbb, struct tegra194_cbb, base); in to_tegra194_cbb() 1665 static void tegra194_cbb_fault_enable(struct tegra_cbb *cbb) in tegra194_cbb_fault_enable() argument 1667 struct tegra194_cbb *priv = to_tegra194_cbb(cbb); in tegra194_cbb_fault_enable() 1674 static void tegra194_cbb_stall_enable(struct tegra_cbb *cbb) in tegra194_cbb_stall_enable() argument 1676 struct tegra194_cbb *priv = to_tegra194_cbb(cbb); in tegra194_cbb_stall_enable() 1683 static void tegra194_cbb_error_clear(struct tegra_cbb *cbb) in tegra194_cbb_error_clear() argument 1685 struct tegra194_cbb *priv = to_tegra194_cbb(cbb); in tegra194_cbb_error_clear() 1693 static u32 tegra194_cbb_get_status(struct tegra_cbb *cbb) in tegra194_cbb_get_status() argument 1695 struct tegra194_cbb *priv = to_tegra194_cbb(cbb); in tegra194_cbb_get_status() [all …]
|
| H A D | tegra234-cbb.c | 177 static inline struct tegra234_cbb *to_tegra234_cbb(struct tegra_cbb *cbb) in to_tegra234_cbb() argument 179 return container_of(cbb, struct tegra234_cbb, base); in to_tegra234_cbb() 186 tegra234_cbb_write_access_allowed(struct platform_device *pdev, struct tegra234_cbb *cbb) in tegra234_cbb_write_access_allowed() argument 190 if (!cbb->fabric->firewall_base || in tegra234_cbb_write_access_allowed() 191 !cbb->fabric->firewall_ctl || in tegra234_cbb_write_access_allowed() 192 !cbb->fabric->firewall_wr_ctl) { in tegra234_cbb_write_access_allowed() 197 if ((cbb->fabric->firewall_ctl > FIREWALL_APERTURE_SZ) || in tegra234_cbb_write_access_allowed() 198 (cbb->fabric->firewall_wr_ctl > FIREWALL_APERTURE_SZ)) { in tegra234_cbb_write_access_allowed() 203 val = readl(cbb->regs + cbb->fabric->firewall_base + cbb->fabric->firewall_ctl); in tegra234_cbb_write_access_allowed() 216 val = readl(cbb->regs + cbb->fabric->firewall_base + cbb->fabric->firewall_wr_ctl); in tegra234_cbb_write_access_allowed() [all …]
|
| H A D | Makefile | 6 obj-y += tegra-cbb.o 7 obj-$(CONFIG_ARCH_TEGRA_194_SOC) += tegra194-cbb.o 8 obj-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-cbb.o
|
| /linux/include/soc/tegra/ |
| H A D | tegra-cbb.h | 24 int (*debugfs_show)(struct tegra_cbb *cbb, struct seq_file *s, void *v); 25 int (*interrupt_enable)(struct tegra_cbb *cbb); 26 void (*error_enable)(struct tegra_cbb *cbb); 27 void (*fault_enable)(struct tegra_cbb *cbb); 28 void (*stall_enable)(struct tegra_cbb *cbb); 29 void (*error_clear)(struct tegra_cbb *cbb); 30 u32 (*get_status)(struct tegra_cbb *cbb); 40 int tegra_cbb_register(struct tegra_cbb *cbb); 42 void tegra_cbb_fault_enable(struct tegra_cbb *cbb); 43 void tegra_cbb_stall_enable(struct tegra_cbb *cbb); [all …]
|
| /linux/fs/afs/ |
| H A D | callback.c | 214 struct afs_callback_break *cbb, in afs_break_some_callbacks() argument 217 struct afs_callback_break *residue = cbb; in afs_break_some_callbacks() 219 afs_volid_t vid = cbb->fid.vid; in afs_break_some_callbacks() 224 if (cbb->fid.vnode == 0 && cbb->fid.unique == 0) { in afs_break_some_callbacks() 228 memmove(cbb, cbb + 1, sizeof(*cbb) * *_count); in afs_break_some_callbacks() 234 for (i = *_count; i > 0; cbb++, i--) { in afs_break_some_callbacks() 235 if (cbb->fid.vid == vid) { in afs_break_some_callbacks() 237 cbb->fid.vid, in afs_break_some_callbacks() 238 cbb->fid.vnode, in afs_break_some_callbacks() 239 cbb->fid.unique); in afs_break_some_callbacks() [all …]
|
| /linux/drivers/soc/tegra/ |
| H A D | Makefile | 3 obj-y += cbb/
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra194.dtsi | 93 cbb-noc@2300000 { 94 compatible = "nvidia,tegra194-cbb-noc";
|
| H A D | tegra234.dtsi | 4387 cbb-fabric@13a00000 { 4388 compatible = "nvidia,tegra234-cbb-fabric";
|