Lines Matching refs:noc

163 	const struct tegra194_cbb_noc_data *noc;  member
1775 cbb->noc->parse_userbits(&userbits, cbb->errlog5); in print_errlog5()
1777 if (!strcmp(cbb->noc->name, "cbb-noc")) { in print_errlog5()
1783 cbb->noc->master_id[userbits.mstr_id]); in print_errlog5()
1831 cbb->noc->parse_routeid(info, routeid); in print_errlog1_2()
1834 cbb->noc->routeid_initflow[info->initflow]); in print_errlog1_2()
1837 cbb->noc->routeid_targflow[info->targflow]); in print_errlog1_2()
1962 print_errlog3_4(file, cbb->errlog3, cbb->errlog4, &info, cbb->noc->noc_aperture, in print_errloggerX_info()
1963 cbb->noc->max_aperture); in print_errloggerX_info()
1978 pr_crit("CPU:%d, Error:%s\n", smp_processor_id(), cbb->noc->name); in print_errlog()
1997 struct tegra_cbb *noc; in tegra194_cbb_debugfs_show() local
2001 list_for_each_entry(noc, &cbb_list, node) { in tegra194_cbb_debugfs_show()
2002 struct tegra194_cbb *priv = to_tegra194_cbb(noc); in tegra194_cbb_debugfs_show()
2005 status = tegra_cbb_get_status(noc); in tegra194_cbb_debugfs_show()
2023 struct tegra_cbb *noc; in tegra194_cbb_err_isr() local
2030 list_for_each_entry(noc, &cbb_list, node) { in tegra194_cbb_err_isr()
2031 struct tegra194_cbb *priv = to_tegra194_cbb(noc); in tegra194_cbb_err_isr()
2034 status = tegra_cbb_get_status(noc); in tegra194_cbb_err_isr()
2038 smp_processor_id(), priv->noc->name, priv->res->start, in tegra194_cbb_err_isr()
2048 if ((mstr_id == 0x1) && priv->noc->erd_mask_inband_err) in tegra194_cbb_err_isr()
2248 const struct tegra194_cbb_noc_data *noc; in tegra194_cbb_probe() local
2254 noc = of_device_get_match_data(&pdev->dev); in tegra194_cbb_probe()
2256 if (noc->erd_mask_inband_err) { in tegra194_cbb_probe()
2276 cbb->noc = noc; in tegra194_cbb_probe()
2306 struct tegra_cbb *noc, *tmp; in tegra194_cbb_remove() local
2311 list_for_each_entry_safe(noc, tmp, &cbb_list, node) { in tegra194_cbb_remove()
2312 struct tegra194_cbb *priv = to_tegra194_cbb(noc); in tegra194_cbb_remove()
2315 list_del(&noc->node); in tegra194_cbb_remove()
2332 dev_dbg(dev, "%s resumed\n", cbb->noc->name); in tegra194_cbb_resume_noirq()