Lines Matching refs:err_status
661 int err_status) in ti_hecc_error() argument
711 if ((int_status & HECC_CANGIF_BOIF) || (err_status & HECC_CANES_BO)) { in ti_hecc_error()
722 if (err_status & HECC_BUS_ERROR) { in ti_hecc_error()
725 if (err_status & HECC_CANES_FE) { in ti_hecc_error()
729 if (err_status & HECC_CANES_BE) { in ti_hecc_error()
733 if (err_status & HECC_CANES_SE) { in ti_hecc_error()
737 if (err_status & HECC_CANES_CRCE) { in ti_hecc_error()
741 if (err_status & HECC_CANES_ACKE) { in ti_hecc_error()
759 u32 mbxno, mbx_mask, int_status, err_status; in ti_hecc_interrupt() local
768 err_status = hecc_read(priv, HECC_CANES); in ti_hecc_interrupt()
769 if (err_status & (HECC_BUS_ERROR | HECC_CANES_BO | in ti_hecc_interrupt()
771 ti_hecc_error(ndev, int_status, err_status); in ti_hecc_interrupt()