Lines Matching refs:delay
17 #include <linux/delay.h>
231 * delay estimated experimentally.
279 * delay here to ensure the data byte has gotten onto the bus
459 * delay after writing the byte to allow the
644 unsigned long delay;
669 * If we do get an appreciable delay as a compromise between idle
675 delay = 1;
678 usleep_range(delay, 2 * delay);
679 if (delay < S3C2410_IDLE_TIMEOUT / 10)
680 delay <<= 1;
1029 of_property_read_u32(np, "samsung,i2c-sda-delay", &pdata->sda_delay);