Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c190 u8 scll; member
619 v->scll = l; in stm32_i2c_choose_solution()
684 output->scll, output->sclh); in stm32_i2c_compute_timing()
763 timing |= STM32_I2C_TIMINGR_SCLL(t.scll); in stm32_i2c_hw_config()
H A Domap24xx_i2c.c307 u32 scll = 0, sclh = 0; in __omap24_i2c_setspeed() local
342 scll = (unsigned int)hsscll << 8 | (unsigned int)fsscll; in __omap24_i2c_setspeed()
347 psc = omap24_i2c_findpsc(&scll, &sclh, speed); in __omap24_i2c_setspeed()
359 omap_i2c_write_reg(i2c_base, ip_rev, scll, OMAP_I2C_SCLL_REG); in __omap24_i2c_setspeed()
/openbmc/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.c253 u8 scll; member
603 v->scll = l; in stm32f7_i2c_compute_timing()
621 output->scll = s->scll; in stm32f7_i2c_compute_timing()
628 output->scll, output->sclh); in stm32f7_i2c_compute_timing()
748 timing |= STM32F7_I2C_TIMINGR_SCLL(t->scll); in stm32f7_i2c_hw_config()