Lines Matching refs:udelay
76 u_int udelay; /* signal toggle delay in usec */ member
154 "delay", CTLFLAG_RD, &sc->udelay, in iicbb_attach()
298 DELAY(sc->udelay); in iicbb_clockout()
310 DELAY(sc->udelay); in iicbb_sendbit()
344 for (t = 0; t < sc->udelay; t++) { in iicbb_getack()
351 DELAY(sc->udelay - t); in iicbb_getack()
394 DELAY((sc->udelay + 1) / 2); in iicbb_readbyte()
397 DELAY((sc->udelay + 1) / 2); in iicbb_readbyte()
444 DELAY((sc->udelay + 1) / 2); in iicbb_start_impl()
460 DELAY((sc->udelay + 1) / 2); in iicbb_start_impl()
502 DELAY((sc->udelay + 1) / 2); in iicbb_stop()
504 DELAY((sc->udelay + 1) / 2); in iicbb_stop()
582 sc->udelay = MAX(period, 1); in iicbb_set_speed()