Home
last modified time | relevance | path

Searched refs:tegra_cbb (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/soc/tegra/
Dtegra-cbb.h17 struct tegra_cbb { struct
24 int (*debugfs_show)(struct tegra_cbb *cbb, struct seq_file *s, void *v); argument
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);
[all …]
/linux-6.1.9/drivers/soc/tegra/cbb/
Dtegra-cbb.c71 struct tegra_cbb *cbb = file->private; in tegra_cbb_err_show()
88 static int tegra_cbb_err_debugfs_init(struct tegra_cbb *cbb) in tegra_cbb_err_debugfs_init()
103 void tegra_cbb_stall_enable(struct tegra_cbb *cbb) in tegra_cbb_stall_enable()
109 void tegra_cbb_fault_enable(struct tegra_cbb *cbb) in tegra_cbb_fault_enable()
115 void tegra_cbb_error_clear(struct tegra_cbb *cbb) in tegra_cbb_error_clear()
121 u32 tegra_cbb_get_status(struct tegra_cbb *cbb) in tegra_cbb_get_status()
167 int tegra_cbb_register(struct tegra_cbb *cbb) in tegra_cbb_register()
Dtegra194-cbb.c159 struct tegra_cbb base;
179 static inline struct tegra194_cbb *to_tegra194_cbb(struct tegra_cbb *cbb) in to_tegra194_cbb()
1668 static void tegra194_cbb_fault_enable(struct tegra_cbb *cbb) in tegra194_cbb_fault_enable()
1677 static void tegra194_cbb_stall_enable(struct tegra_cbb *cbb) in tegra194_cbb_stall_enable()
1686 static void tegra194_cbb_error_clear(struct tegra_cbb *cbb) in tegra194_cbb_error_clear()
1696 static u32 tegra194_cbb_get_status(struct tegra_cbb *cbb) in tegra194_cbb_get_status()
1993 static int tegra194_cbb_debugfs_show(struct tegra_cbb *cbb, struct seq_file *file, void *data) in tegra194_cbb_debugfs_show()
1995 struct tegra_cbb *noc; in tegra194_cbb_debugfs_show()
2021 struct tegra_cbb *noc; in tegra194_cbb_err_isr()
2069 static int tegra194_cbb_interrupt_enable(struct tegra_cbb *cbb) in tegra194_cbb_interrupt_enable()
[all …]
Dtegra234-cbb.c112 struct tegra_cbb base;
132 static inline struct tegra234_cbb *to_tegra234_cbb(struct tegra_cbb *cbb) in to_tegra234_cbb()
178 static void tegra234_cbb_fault_enable(struct tegra_cbb *cbb) in tegra234_cbb_fault_enable()
188 static void tegra234_cbb_error_clear(struct tegra_cbb *cbb) in tegra234_cbb_error_clear()
196 static u32 tegra234_cbb_get_status(struct tegra_cbb *cbb) in tegra234_cbb_get_status()
546 static int tegra234_cbb_debugfs_show(struct tegra_cbb *cbb, struct seq_file *file, void *data) in tegra234_cbb_debugfs_show()
575 struct tegra_cbb *cbb; in tegra234_cbb_isr()
615 static int tegra234_cbb_interrupt_enable(struct tegra_cbb *cbb) in tegra234_cbb_interrupt_enable()
632 static void tegra234_cbb_error_enable(struct tegra_cbb *cbb) in tegra234_cbb_error_enable()