Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/soc/tegra/cbb/
H A Dtegra234-cbb.c25 #include <soc/tegra/tegra-cbb.h>
128 static inline struct tegra234_cbb *to_tegra234_cbb(struct tegra_cbb *cbb) in to_tegra234_cbb() argument
130 return container_of(cbb, struct tegra234_cbb, base); in to_tegra234_cbb()
137 tegra234_cbb_write_access_allowed(struct platform_device *pdev, struct tegra234_cbb *cbb) in tegra234_cbb_write_access_allowed() argument
141 if (!cbb->fabric->firewall_base || in tegra234_cbb_write_access_allowed()
142 !cbb->fabric->firewall_ctl || in tegra234_cbb_write_access_allowed()
143 !cbb->fabric->firewall_wr_ctl) { in tegra234_cbb_write_access_allowed()
148 if ((cbb->fabric->firewall_ctl > FIREWALL_APERTURE_SZ) || in tegra234_cbb_write_access_allowed()
149 (cbb->fabric->firewall_wr_ctl > FIREWALL_APERTURE_SZ)) { in tegra234_cbb_write_access_allowed()
154 val = readl(cbb in tegra234_cbb_write_access_allowed()
174 tegra234_cbb_fault_enable(struct tegra_cbb *cbb) tegra234_cbb_fault_enable() argument
184 tegra234_cbb_error_clear(struct tegra_cbb *cbb) tegra234_cbb_error_clear() argument
192 tegra234_cbb_get_status(struct tegra_cbb *cbb) tegra234_cbb_get_status() argument
205 tegra234_cbb_mask_serror(struct tegra234_cbb *cbb) tegra234_cbb_mask_serror() argument
265 tegra234_lookup_slave_timeout(struct seq_file *file, struct tegra234_cbb *cbb, u8 slave_id, u8 fab_id) tegra234_lookup_slave_timeout() argument
308 tegra234_cbb_print_error(struct seq_file *file, struct tegra234_cbb *cbb, u32 status, u32 overflow) tegra234_cbb_print_error() argument
349 print_errlog_err(struct seq_file *file, struct tegra234_cbb *cbb) print_errlog_err() argument
448 print_errmonX_info(struct seq_file *file, struct tegra234_cbb *cbb) print_errmonX_info() argument
499 print_err_notifier(struct seq_file *file, struct tegra234_cbb *cbb, u32 status) print_err_notifier() argument
542 tegra234_cbb_debugfs_show(struct tegra_cbb *cbb, struct seq_file *file, void *data) tegra234_cbb_debugfs_show() argument
571 struct tegra_cbb *cbb; tegra234_cbb_isr() local
611 tegra234_cbb_interrupt_enable(struct tegra_cbb *cbb) tegra234_cbb_interrupt_enable() argument
628 tegra234_cbb_error_enable(struct tegra_cbb *cbb) tegra234_cbb_error_enable() argument
1116 struct tegra234_cbb *cbb; tegra234_cbb_probe() local
1175 struct tegra234_cbb *cbb = dev_get_drvdata(dev); tegra234_cbb_resume_noirq() local
[all...]
H A Dtegra-cbb.c16 #include <soc/tegra/tegra-cbb.h>
66 struct tegra_cbb *cbb = file->private; in tegra_cbb_err_show() local
68 return cbb->ops->debugfs_show(cbb, file, data); in tegra_cbb_err_show()
72 static int tegra_cbb_err_debugfs_init(struct tegra_cbb *cbb) in tegra_cbb_err_debugfs_init() argument
77 root = debugfs_create_file("tegra_cbb_err", 0444, NULL, cbb, &tegra_cbb_err_fops); in tegra_cbb_err_debugfs_init()
87 void tegra_cbb_stall_enable(struct tegra_cbb *cbb) in tegra_cbb_stall_enable() argument
89 if (cbb->ops->stall_enable) in tegra_cbb_stall_enable()
90 cbb->ops->stall_enable(cbb); in tegra_cbb_stall_enable()
93 tegra_cbb_fault_enable(struct tegra_cbb *cbb) tegra_cbb_fault_enable() argument
99 tegra_cbb_error_clear(struct tegra_cbb *cbb) tegra_cbb_error_clear() argument
105 tegra_cbb_get_status(struct tegra_cbb *cbb) tegra_cbb_get_status() argument
147 tegra_cbb_register(struct tegra_cbb *cbb) tegra_cbb_register() argument
[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) 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
1766 print_errlog5(struct seq_file *file, struct tegra194_cbb *cbb) print_errlog5() argument
1818 print_errlog1_2(struct seq_file *file, struct tegra194_cbb *cbb, struct tegra194_cbb_aperture *info) print_errlog1_2() argument
1850 print_errlog0(struct seq_file *file, struct tegra194_cbb *cbb) print_errlog0() argument
1917 print_errloggerX_info(struct seq_file *file, struct tegra194_cbb *cbb, int errloggerX) print_errloggerX_info() argument
1968 print_errlog(struct seq_file *file, struct tegra194_cbb *cbb, u32 errvld) print_errlog() argument
1990 tegra194_cbb_debugfs_show(struct tegra_cbb *cbb, struct seq_file *file, void *data) tegra194_cbb_debugfs_show() argument
2066 tegra194_cbb_interrupt_enable(struct tegra_cbb *cbb) tegra194_cbb_interrupt_enable() argument
2094 tegra194_cbb_error_enable(struct tegra_cbb *cbb) tegra194_cbb_error_enable() argument
2188 tegra194_cbb_get_bridges(struct tegra194_cbb *cbb, struct device_node *np) tegra194_cbb_get_bridges() argument
2242 struct tegra194_cbb *cbb; tegra194_cbb_probe() local
2298 struct tegra194_cbb *cbb = platform_get_drvdata(pdev); tegra194_cbb_remove() local
2320 struct tegra194_cbb *cbb = dev_get_drvdata(dev); tegra194_cbb_resume_noirq() local
[all...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-5.10/fs/afs/
H A Dcallback.c143 struct afs_callback_break *cbb, in afs_break_some_callbacks()
146 struct afs_callback_break *residue = cbb; in afs_break_some_callbacks()
148 afs_volid_t vid = cbb->fid.vid; in afs_break_some_callbacks()
157 for (i = *_count; i > 0; cbb++, i--) { in afs_break_some_callbacks()
158 if (cbb->fid.vid == vid) { in afs_break_some_callbacks()
160 cbb->fid.vid, in afs_break_some_callbacks()
161 cbb->fid.vnode, in afs_break_some_callbacks()
162 cbb->fid.unique); in afs_break_some_callbacks()
165 afs_break_one_callback(volume, &cbb->fid); in afs_break_some_callbacks()
167 *residue++ = *cbb; in afs_break_some_callbacks()
142 afs_break_some_callbacks(struct afs_server *server, struct afs_callback_break *cbb, size_t *_count) afs_break_some_callbacks() argument
[all...]
/kernel/linux/linux-6.6/fs/afs/
H A Dcallback.c183 struct afs_callback_break *cbb, in afs_break_some_callbacks()
186 struct afs_callback_break *residue = cbb; in afs_break_some_callbacks()
188 afs_volid_t vid = cbb->fid.vid; in afs_break_some_callbacks()
197 for (i = *_count; i > 0; cbb++, i--) { in afs_break_some_callbacks()
198 if (cbb->fid.vid == vid) { in afs_break_some_callbacks()
200 cbb->fid.vid, in afs_break_some_callbacks()
201 cbb->fid.vnode, in afs_break_some_callbacks()
202 cbb->fid.unique); in afs_break_some_callbacks()
205 afs_break_one_callback(volume, &cbb->fid); in afs_break_some_callbacks()
207 *residue++ = *cbb; in afs_break_some_callbacks()
182 afs_break_some_callbacks(struct afs_server *server, struct afs_callback_break *cbb, size_t *_count) afs_break_some_callbacks() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c856 int yr, yg, yb, cbr, cbg, cbb, crr, crg, crb; member
888 dispc_write_reg(dispc, DISPC_OVL_CONV_COEF(plane, 4), CVAL(0, ct->cbb)); in dispc_wb_write_color_conv_coef()
911 -38, -74, 112, /* cbr, cbg, cbb */ in dispc_setup_color_conv_coef()

Completed in 13 milliseconds