Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/kernel/
A Dmips-cm.c374 u64 cm_error, cm_addr, cm_other; in mips_cm_error_report() local
385 cm_other = read_gcr_error_mult(); in mips_cm_error_report()
389 ocause = FIELD_GET(CM_GCR_ERROR_MULT_ERR2ND, cm_other); in mips_cm_error_report()
442 pr_err("CM_OTHER=%08llx %s\n", cm_other, cm2_causes[ocause]); in mips_cm_error_report()
448 ocause = FIELD_GET(CM_GCR_ERROR_MULT_ERR2ND, cm_other); in mips_cm_error_report()
510 pr_err("CM_OTHER=%llx %s\n", cm_other, cm3_causes[ocause]); in mips_cm_error_report()

Completed in 5 milliseconds