Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/tegra/cbb/
Dtegra194-cbb.c170 u32 errlog0; member
1860 hdr.lock = cbb->errlog0 & 0x1; in print_errlog0()
1861 hdr.opc = FIELD_GET(CBB_ERR_OPC, cbb->errlog0); in print_errlog0()
1862 hdr.errcode = FIELD_GET(CBB_ERR_ERRCODE, cbb->errlog0); in print_errlog0()
1863 hdr.len1 = FIELD_GET(CBB_ERR_LEN1, cbb->errlog0); in print_errlog0()
1864 hdr.format = (cbb->errlog0 >> 31); in print_errlog0()
1931 cbb->errlog0 = readl(cbb->regs + ERRLOGGER_0_ERRLOG0_0); in print_errloggerX_info()
1938 cbb->errlog0 = readl(cbb->regs + ERRLOGGER_1_ERRLOG0_0); in print_errloggerX_info()
1945 cbb->errlog0 = readl(cbb->regs + ERRLOGGER_2_ERRLOG0_0); in print_errloggerX_info()
1953 tegra_cbb_print_err(file, "\tErrLog0\t\t\t: %#x\n", cbb->errlog0); in print_errloggerX_info()