Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-omap.c351 u16 psc = 0, scll = 0, sclh = 0; in omap_i2c_init() local
452 scll = (hsscll << OMAP_I2C_SCLL_HSSCLL) | fsscll; in omap_i2c_init()
459 scll = fclk_rate / (omap->speed * 2) - 7 + psc; in omap_i2c_init()
469 omap->scllstate = scll; in omap_i2c_init()
H A Di2c-stm32f7.c258 u8 scll; member
616 v->scll = l; in stm32f7_i2c_compute_timing()
634 output->scll = s->scll; in stm32f7_i2c_compute_timing()
641 output->scll, output->sclh); in stm32f7_i2c_compute_timing()
761 timing |= STM32F7_I2C_TIMINGR_SCLL(t->scll); in stm32f7_i2c_hw_config()