Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/
H A Dxf86i2c.c136 b->I2CUDelay(b, b->HoldTime); in I2CStart()
138 b->I2CUDelay(b, b->HoldTime); in I2CStart()
161 b->I2CUDelay(b, b->HoldTime); in I2CStop()
163 b->I2CUDelay(b, b->HoldTime); in I2CStop()
181 b->I2CUDelay(b, b->HoldTime); in I2CWriteBit()
184 b->I2CUDelay(b, b->HoldTime); in I2CWriteBit()
196 b->I2CUDelay(b, b->HoldTime); in I2CReadBit()
201 b->I2CUDelay(b, b->HoldTime); in I2CReadBit()
239 r = I2CRaiseSCL(b, 1, b->HoldTime); in I2CPutByte()
242 for (i = d->AcknTimeout; i > 0; i -= b->HoldTime) { in I2CPutByte()
[all …]
H A Dxf86i2c.h39 int HoldTime; /* 1 / bus clock frequency, 5 or 2 usec */ member