Lines Matching defs:errlog4
169 u32 errlog4;
1793 print_errlog3_4(struct seq_file *file, u32 errlog3, u32 errlog4,
1797 u64 addr = (u64)errlog4 << 32 | errlog3;
1800 * If errlog4[7] = "1", then it's a joker entry. Joker entries are a rare phenomenon and
1804 if (errlog4 & 0x80)
1930 cbb->errlog4 = readl(cbb->regs + ERRLOGGER_0_ERRLOG4_0);
1937 cbb->errlog4 = readl(cbb->regs + ERRLOGGER_1_ERRLOG4_0);
1944 cbb->errlog4 = readl(cbb->regs + ERRLOGGER_2_ERRLOG4_0);
1956 tegra_cbb_print_err(file, "\tErrLog4\t\t\t: %#x\n", cbb->errlog4);
1957 print_errlog3_4(file, cbb->errlog3, cbb->errlog4, &info, cbb->noc->noc_aperture,