SFSR_BERR
if (opl_flt->flt_bit & (SFSR_BERR|SFSR_TO)) {
SFSR_BERR, "BERR ", (OPL_ECC_SYNC_TRAP), OPL_CPU_SYNC_OTHERS,
if ((t_sfsr & (SFSR_TO | SFSR_BERR)) &&
if (t_sfsr & (SFSR_ERRS & ~(SFSR_BERR | SFSR_TO)))
log_sfsr &= ~(SFSR_TO | SFSR_BERR);
log_sfsr &= ~(SFSR_TO | SFSR_BERR);
if (t_sfsr & (SFSR_UE|SFSR_TO|SFSR_BERR)) {
if (t_sfsr & (SFSR_ERRS & ~(SFSR_BERR | SFSR_TO)))
if (t_sfsr & SFSR_BERR)
#define SFSR_ERRS (SFSR_UE | SFSR_BERR | \
SFSR_BERR | \