Searched refs:I2C_TIMEOUT (Results 1 – 14 of 14) sorted by relevance
87 #define I2C_TIMEOUT 100000 /* usecs */ macro90 #if I2C_TIMEOUT % WAIT_INT_CHK91 #error I2C_TIMEOUT must be a multiple of WAIT_INT_CHK255 unsigned long time_left = I2C_TIMEOUT; in bcm_kona_send_i2c_cmd()279 unsigned long time_left = I2C_TIMEOUT; in bcm_kona_i2c_read_fifo_single()334 unsigned long time_left = I2C_TIMEOUT; in bcm_kona_i2c_write_byte()365 unsigned long time_left = I2C_TIMEOUT; in bcm_kona_i2c_write_fifo_single()
52 #define I2C_TIMEOUT 1000 macro121 int timeout = I2C_TIMEOUT;152 int timeout = I2C_TIMEOUT;312 int timeout = I2C_TIMEOUT;576 int timeout = I2C_TIMEOUT;
76 #define I2C_TIMEOUT 0xffff0000 /* Timeout mask for poll_i2c_irq() */ macro
82 #define I2C_TIMEOUT 10 macro142 } while (get_timer(timebase) < I2C_TIMEOUT); in wait_for_completion()
34 if (tmp & (I2C_TIMEOUT | I2C_STAT_NACK)) {\73 return stat | I2C_TIMEOUT; in _poll_i2c_irq()
100 #define I2C_TIMEOUT 100 /* msecs */ macro240 unsigned long timeout = jiffies + msecs_to_jiffies(I2C_TIMEOUT); in bcm_kona_i2c_wait_if_busy()256 unsigned long time_left = msecs_to_jiffies(I2C_TIMEOUT); in bcm_kona_send_i2c_cmd()294 unsigned long time_left = msecs_to_jiffies(I2C_TIMEOUT); in bcm_kona_i2c_read_fifo_single()359 unsigned long time_left = msecs_to_jiffies(I2C_TIMEOUT); in bcm_kona_i2c_write_byte()405 unsigned long time_left = msecs_to_jiffies(I2C_TIMEOUT); in bcm_kona_i2c_write_fifo_single()
51 #define I2C_TIMEOUT msecs_to_jiffies(1000) macro264 I2C_TIMEOUT); in zx2967_i2c_xfer_bytes()376 I2C_TIMEOUT); in zx2967_smbus_xfer_read()413 I2C_TIMEOUT); in zx2967_smbus_xfer_write()
61 #define I2C_TIMEOUT 100 /* msecs */ macro238 unsigned long timeout = jiffies + msecs_to_jiffies(I2C_TIMEOUT); in brcmstb_i2c_wait_if_busy()252 unsigned long timeout = msecs_to_jiffies(I2C_TIMEOUT); in brcmstb_i2c_wait_for_completion()
38 #define I2C_TIMEOUT 0x0702 /* set timeout in units of 10 ms */ macro
34 #define I2C_TIMEOUT(x) /*(x)*/ /* Report timeouts */ macro101 I2C_TIMEOUT(ErrorF in I2CRaiseSCL()250 I2C_TIMEOUT(ErrorF("[I2CPutByte(<%s>, 0x%02x, %d, %d, %d) timeout]", in I2CPutByte()
40 #define I2C_TIMEOUT 4 macro
479 case I2C_TIMEOUT: in i2cdev_ioctl()