Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/genwqe/
H A Dcard_base.c659 u64 mask, fir, fec, uid, gfir, gfir_masked, sfir, sfec; in genwqe_fir_checking() local
687 gfir_masked = gfir & GFIR_ERR_TRIGGER; /* fatal errors */ in genwqe_fir_checking()
737 if ((gfir_masked == 0x0) && in genwqe_fir_checking()
743 if (gfir_masked == 0x0) { in genwqe_fir_checking()
776 if ((gfir_masked == 0x0) && (gfir & GFIR_ERR_TRIGGER)) { in genwqe_fir_checking()
785 return gfir_masked; in genwqe_fir_checking()
936 u64 gfir, gfir_masked, slu_unitcfg, app_unitcfg; in genwqe_health_thread() local
979 gfir_masked = genwqe_fir_checking(cd); in genwqe_health_thread()
980 if (gfir_masked == IO_ILLEGAL_VALUE) in genwqe_health_thread()
987 if ((gfir_masked) && !cd->skip_recovery && in genwqe_health_thread()