Searched refs:cbb (Results 1 – 5 of 5) sorted by relevance
| /drivers/soc/tegra/cbb/ |
| A D | tegra194-cbb.c | 1770 cbb->noc->parse_userbits(&userbits, cbb->errlog5); in print_errlog5() 1821 u64 routeid = (u64)cbb->errlog2 << 32 | cbb->errlog1; in print_errlog1_2() 1926 cbb->errlog0 = readl(cbb->regs + ERRLOGGER_0_ERRLOG0_0); in print_errloggerX_info() 1927 cbb->errlog1 = readl(cbb->regs + ERRLOGGER_0_ERRLOG1_0); in print_errloggerX_info() 1928 cbb->errlog2 = readl(cbb->regs + ERRLOGGER_0_RSVD_00_0); in print_errloggerX_info() 1929 cbb->errlog3 = readl(cbb->regs + ERRLOGGER_0_ERRLOG3_0); in print_errloggerX_info() 1930 cbb->errlog4 = readl(cbb->regs + ERRLOGGER_0_ERRLOG4_0); in print_errloggerX_info() 1931 cbb->errlog5 = readl(cbb->regs + ERRLOGGER_0_ERRLOG5_0); in print_errloggerX_info() 1957 print_errlog3_4(file, cbb->errlog3, cbb->errlog4, &info, cbb->noc->noc_aperture, in print_errloggerX_info() 2212 cbb->bridges = devm_kcalloc(cbb->base.dev, cbb->num_bridges, in tegra194_cbb_get_bridges() [all …]
|
| A D | tegra234-cbb.c | 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() 258 writel(0x1, cbb->regs + cbb->fabric->off_mask_erd); in tegra234_cbb_mask_serror() 464 if (cbb->type < cbb->fabric->max_errors) in print_errlog_err() 466 cbb->fabric->errors[cbb->type].code); in print_errlog_err() 558 cbb->type = 0; in print_errmonX_info() 577 cbb->type++; in print_errmonX_info() 591 cbb->fabric->fab_list[cbb->fabric->fab_id].name, status); in print_err_notifier() 607 cbb->mon = cbb->regs + offset; in print_err_notifier() 1546 cbb = devm_kzalloc(&pdev->dev, sizeof(*cbb), GFP_KERNEL); in tegra234_cbb_probe() [all …]
|
| A D | tegra-cbb.c | 68 return cbb->ops->debugfs_show(cbb, file, data); in tegra_cbb_err_show() 82 if (cbb->ops->stall_enable) in tegra_cbb_stall_enable() 83 cbb->ops->stall_enable(cbb); in tegra_cbb_stall_enable() 88 if (cbb->ops->fault_enable) in tegra_cbb_fault_enable() 89 cbb->ops->fault_enable(cbb); in tegra_cbb_fault_enable() 94 if (cbb->ops->error_clear) in tegra_cbb_error_clear() 95 cbb->ops->error_clear(cbb); in tegra_cbb_error_clear() 100 if (cbb->ops->get_status) in tegra_cbb_get_status() 101 return cbb->ops->get_status(cbb); in tegra_cbb_get_status() 148 ret = cbb->ops->interrupt_enable(cbb); in tegra_cbb_register() [all …]
|
| 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
|
| /drivers/soc/tegra/ |
| A D | Makefile | 3 obj-y += cbb/
|
Completed in 14 milliseconds