Lines Matching defs:errlog0
165 u32 errlog0;
1855 hdr.lock = cbb->errlog0 & 0x1;
1856 hdr.opc = FIELD_GET(CBB_ERR_OPC, cbb->errlog0);
1857 hdr.errcode = FIELD_GET(CBB_ERR_ERRCODE, cbb->errlog0);
1858 hdr.len1 = FIELD_GET(CBB_ERR_LEN1, cbb->errlog0);
1859 hdr.format = (cbb->errlog0 >> 31);
1926 cbb->errlog0 = readl(cbb->regs + ERRLOGGER_0_ERRLOG0_0);
1933 cbb->errlog0 = readl(cbb->regs + ERRLOGGER_1_ERRLOG0_0);
1940 cbb->errlog0 = readl(cbb->regs + ERRLOGGER_2_ERRLOG0_0);
1948 tegra_cbb_print_err(file, "\tErrLog0\t\t\t: %#x\n", cbb->errlog0);