Lines Matching refs:stat
113 u8 stat;
336 int stat;
338 stat = wait_for_completion_timeout(&i2c->cmp, HZ / 10);
339 if (!stat) {
345 stat = wait_for_completion_timeout(&i2c->cmp, HZ / 10);
346 if (!stat)
351 if (i2c->stat & HDMI_IH_I2CM_STAT0_ERROR)
3015 unsigned int stat;
3017 stat = hdmi_readb(hdmi, HDMI_IH_I2CM_STAT0);
3018 if (!stat)
3021 hdmi_writeb(hdmi, stat, HDMI_IH_I2CM_STAT0);
3023 i2c->stat = stat;