Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/i2c/busses/
Di2c-altera.c161 u32 t_high, t_low; in altr_i2c_init() local
167 t_low = divisor * 1 / 2; in altr_i2c_init()
172 t_low = divisor * 2 / 3; in altr_i2c_init()
185 writel(t_low, idev->base + ALTR_I2C_SCL_LOW); in altr_i2c_init()
Di2c-axxia.c139 u32 t_high, t_low; in axxia_i2c_init() local
163 t_low = divisor * 1 / 2; in axxia_i2c_init()
168 t_low = divisor * 2 / 3; in axxia_i2c_init()
175 writel(t_low, idev->base + SCL_LOW_PERIOD); in axxia_i2c_init()