Lines Matching refs:err_status
167 * @err_status: Error status in Interrupt Status Register
191 int err_status;
399 id->err_status = 0;
438 id->err_status |= CDNS_I2C_IXR_TO;
522 id->err_status |= isr_status & CDNS_I2C_IXR_ERR_INTR_MASK;
523 if (id->err_status)
716 id->err_status = 0;
758 if (id->err_status & CDNS_I2C_IXR_ARB_LOST)
853 if (id->err_status) {
856 if (id->err_status & CDNS_I2C_IXR_NACK) {