Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-at91.h23 #define AT91_I2C_TIMEOUT msecs_to_jiffies(100) /* transfer timeout */ macro
H A Di2c-at91-core.c236 dev->adapter.timeout = AT91_I2C_TIMEOUT; in at91_twi_probe()