Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-diolan-u2c.c65 #define U2C_I2C_SPEED(f) ((DIV_ROUND_UP(1000000, (f)) - 10) / 2 + 1) macro
307 speed = U2C_I2C_SPEED(frequency); in diolan_init()