Home
last modified time | relevance | path

Searched refs:waitdelay (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Domap24xx_i2c.c61 int waitdelay; member
119 static int wait_for_bb(struct i2c *i2c_base, int waitdelay) argument
133 udelay(waitdelay);
149 static u16 wait_for_event(struct i2c *i2c_base, int waitdelay) argument
155 udelay(waitdelay);
202 int *waitdelay) argument
253 *waitdelay = (10000000 / speed) * 2; /* wait for 20 clkperiods */
310 int *waitdelay) argument
333 if (0 != __omap24_i2c_setspeed(i2c_base, speed, waitdelay)) {
354 if (wait_for_bb(i2c_base, *waitdelay))
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Di2c.h604 int waitdelay; member