Searched refs:cbb (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/soc/tegra/
H A Dtegra-cbb.h24 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-master/drivers/soc/tegra/cbb/
H A DMakefile6 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
H A Dtegra-cbb.c16 #include <soc/tegra/tegra-cbb.h>
66 struct tegra_cbb *cbb = file->private; local
68 return cbb->ops->debugfs_show(cbb, file, data);
72 static int tegra_cbb_err_debugfs_init(struct tegra_cbb *cbb) argument
77 root = debugfs_create_file("tegra_cbb_err", 0444, NULL, cbb, &tegra_cbb_err_fops);
87 void tegra_cbb_stall_enable(struct tegra_cbb *cbb) argument
89 if (cbb->ops->stall_enable)
90 cbb->ops->stall_enable(cbb);
93 tegra_cbb_fault_enable(struct tegra_cbb *cbb) argument
99 tegra_cbb_error_clear(struct tegra_cbb *cbb) argument
105 tegra_cbb_get_status(struct tegra_cbb *cbb) argument
147 tegra_cbb_register(struct tegra_cbb *cbb) argument
[all...]
H A Dtegra234-cbb.c25 #include <soc/tegra/tegra-cbb.h>
128 static inline struct tegra234_cbb *to_tegra234_cbb(struct tegra_cbb *cbb) argument
130 return container_of(cbb, struct tegra234_cbb, base);
137 tegra234_cbb_write_access_allowed(struct platform_device *pdev, struct tegra234_cbb *cbb) argument
141 if (!cbb->fabric->firewall_base ||
142 !cbb->fabric->firewall_ctl ||
143 !cbb->fabric->firewall_wr_ctl) {
148 if ((cbb->fabric->firewall_ctl > FIREWALL_APERTURE_SZ) ||
149 (cbb->fabric->firewall_wr_ctl > FIREWALL_APERTURE_SZ)) {
154 val = readl(cbb
174 tegra234_cbb_fault_enable(struct tegra_cbb *cbb) argument
184 tegra234_cbb_error_clear(struct tegra_cbb *cbb) argument
192 tegra234_cbb_get_status(struct tegra_cbb *cbb) argument
205 tegra234_cbb_mask_serror(struct tegra234_cbb *cbb) argument
265 tegra234_lookup_slave_timeout(struct seq_file *file, struct tegra234_cbb *cbb, u8 slave_id, u8 fab_id) argument
308 tegra234_cbb_print_error(struct seq_file *file, struct tegra234_cbb *cbb, u32 status, u32 overflow) argument
349 print_errlog_err(struct seq_file *file, struct tegra234_cbb *cbb) argument
448 print_errmonX_info(struct seq_file *file, struct tegra234_cbb *cbb) argument
499 print_err_notifier(struct seq_file *file, struct tegra234_cbb *cbb, u32 status) argument
542 tegra234_cbb_debugfs_show(struct tegra_cbb *cbb, struct seq_file *file, void *data) argument
571 struct tegra_cbb *cbb; local
611 tegra234_cbb_interrupt_enable(struct tegra_cbb *cbb) argument
628 tegra234_cbb_error_enable(struct tegra_cbb *cbb) argument
1116 struct tegra234_cbb *cbb; local
1175 struct tegra234_cbb *cbb = dev_get_drvdata(dev); local
[all...]
H A Dtegra194-cbb.c25 #include <soc/tegra/tegra-cbb.h>
176 static inline struct tegra194_cbb *to_tegra194_cbb(struct tegra_cbb *cbb) argument
178 return container_of(cbb, struct tegra194_cbb, base);
1665 static void tegra194_cbb_fault_enable(struct tegra_cbb *cbb) argument
1667 struct tegra194_cbb *priv = to_tegra194_cbb(cbb);
1674 static void tegra194_cbb_stall_enable(struct tegra_cbb *cbb) argument
1676 struct tegra194_cbb *priv = to_tegra194_cbb(cbb);
1683 static void tegra194_cbb_error_clear(struct tegra_cbb *cbb) argument
1685 struct tegra194_cbb *priv = to_tegra194_cbb(cbb);
1693 static u32 tegra194_cbb_get_status(struct tegra_cbb *cbb) argument
1766 print_errlog5(struct seq_file *file, struct tegra194_cbb *cbb) argument
1818 print_errlog1_2(struct seq_file *file, struct tegra194_cbb *cbb, struct tegra194_cbb_aperture *info) argument
1850 print_errlog0(struct seq_file *file, struct tegra194_cbb *cbb) argument
1917 print_errloggerX_info(struct seq_file *file, struct tegra194_cbb *cbb, int errloggerX) argument
1968 print_errlog(struct seq_file *file, struct tegra194_cbb *cbb, u32 errvld) argument
1990 tegra194_cbb_debugfs_show(struct tegra_cbb *cbb, struct seq_file *file, void *data) argument
2066 tegra194_cbb_interrupt_enable(struct tegra_cbb *cbb) argument
2094 tegra194_cbb_error_enable(struct tegra_cbb *cbb) argument
2188 tegra194_cbb_get_bridges(struct tegra194_cbb *cbb, struct device_node *np) argument
2242 struct tegra194_cbb *cbb; local
2298 struct tegra194_cbb *cbb = platform_get_drvdata(pdev); local
2318 struct tegra194_cbb *cbb = dev_get_drvdata(dev); local
[all...]
/linux-master/fs/afs/
H A Dcallback.c214 struct afs_callback_break *cbb,
217 struct afs_callback_break *residue = cbb;
219 afs_volid_t vid = cbb->fid.vid;
224 if (cbb->fid.vnode == 0 && cbb->fid.unique == 0) {
228 memmove(cbb, cbb + 1, sizeof(*cbb) * *_count);
234 for (i = *_count; i > 0; cbb++, i--) {
235 if (cbb
213 afs_break_some_callbacks(struct afs_server *server, struct afs_callback_break *cbb, size_t *_count) argument
[all...]
/linux-master/drivers/soc/tegra/
H A DMakefile3 obj-y += cbb/

Completed in 175 milliseconds