Searched refs:sclh (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-omap.c | 351 u16 psc = 0, scll = 0, sclh = 0; in omap_i2c_init() local 453 sclh = (hssclh << OMAP_I2C_SCLH_HSSCLH) | fssclh; in omap_i2c_init() 460 sclh = fclk_rate / (omap->speed * 2) - 7 + psc; in omap_i2c_init() 470 omap->sclhstate = sclh; in omap_i2c_init()
|
H A D | i2c-stm32f7.c | 246 * @sclh: SCL high period (master mode) 254 u8 sclh; member 583 v->sclh = h; in stm32f7_i2c_compute_timing() 601 output->sclh = s->sclh; in stm32f7_i2c_compute_timing() 604 "Presc: %i, scldel: %i, sdadel: %i, scll: %i, sclh: %i\n", in stm32f7_i2c_compute_timing() 607 output->scll, output->sclh); in stm32f7_i2c_compute_timing() 719 timing |= STM32F7_I2C_TIMINGR_SCLH(t->sclh); in stm32f7_i2c_hw_config()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-omap.c | 351 u16 psc = 0, scll = 0, sclh = 0; in omap_i2c_init() local 453 sclh = (hssclh << OMAP_I2C_SCLH_HSSCLH) | fssclh; in omap_i2c_init() 460 sclh = fclk_rate / (omap->speed * 2) - 7 + psc; in omap_i2c_init() 470 omap->sclhstate = sclh; in omap_i2c_init()
|
H A D | i2c-stm32f7.c | 244 * @sclh: SCL high period (master mode) 252 u8 sclh; member 603 v->sclh = h; in stm32f7_i2c_compute_timing() 621 output->sclh = s->sclh; in stm32f7_i2c_compute_timing() 624 "Presc: %i, scldel: %i, sdadel: %i, scll: %i, sclh: %i\n", in stm32f7_i2c_compute_timing() 627 output->scll, output->sclh); in stm32f7_i2c_compute_timing() 746 timing |= STM32F7_I2C_TIMINGR_SCLH(t->sclh); in stm32f7_i2c_hw_config()
|
Completed in 11 milliseconds