Home | History | Annotate | Download | only in xscale

Lines Matching defs:tries

117 	int tries = I2C_RETRY_COUNT;
171 if (tries-- >= 0)
188 int tries = I2C_RETRY_COUNT;
243 if (tries-- >= 0)
263 int tries = I2C_RETRY_COUNT;
297 if (tries-- >= 0)
314 int tries = I2C_RETRY_COUNT;
392 if (tries-- >= 0)
540 int timeout, tries, n = 0;
558 tries = I2C_RETRY_COUNT;
563 if (--tries <= 0)