Lines Matching refs:delay
17 #include <linux/delay.h>
224 * delay estimated experimentally.
272 * delay here to ensure the data byte has gotten onto the bus
452 * delay after writing the byte to allow the
637 unsigned long delay;
662 * If we do get an appreciable delay as a compromise between idle
668 delay = 1;
671 usleep_range(delay, 2 * delay);
672 if (delay < S3C2410_IDLE_TIMEOUT / 10)
673 delay <<= 1;
963 of_property_read_u32(np, "samsung,i2c-sda-delay", &pdata->sda_delay);