Searched refs:sclh (Results 1 – 2 of 2) sorted by relevance
353 u16 psc = 0, scll = 0, sclh = 0; in omap_i2c_init() local455 sclh = (hssclh << OMAP_I2C_SCLH_HSSCLH) | fssclh; in omap_i2c_init()462 sclh = fclk_rate / (omap->speed * 2) - 7 + psc; in omap_i2c_init()472 omap->sclhstate = sclh; in omap_i2c_init()
258 u8 sclh; member618 v->sclh = h; in stm32f7_i2c_compute_timing()636 output->sclh = s->sclh; in stm32f7_i2c_compute_timing()642 output->scll, output->sclh); in stm32f7_i2c_compute_timing()765 timing |= STM32F7_I2C_TIMINGR_SCLH(t->sclh); in stm32f7_i2c_hw_config()
Completed in 30 milliseconds