Searched refs:sclh (Results 1 – 8 of 8) sorted by relevance
190 u8 sclh; member621 v->sclh = h; in stm32_i2c_choose_solution()686 output->sclh = s->sclh; in stm32_i2c_compute_timing()691 output->scll, output->sclh); in stm32_i2c_compute_timing()769 timing |= STM32_I2C_TIMINGR_SCLH(t.sclh); in stm32_i2c_hw_config()
206 u32 scll = 0, sclh = 0; local242 sclh = (unsigned int)hssclh << 8 | (unsigned int)fssclh;246 psc = omap24_i2c_findpsc(&scll, &sclh, speed);257 writew(sclh, &i2c_base->sclh);
49 unsigned short sclh; /* 0xB8 */ member
41 unsigned short sclh; /* 0x38 */ member
53 unsigned short sclh; /* 0xB8 */ member
351 u16 psc = 0, scll = 0, sclh = 0; in omap_i2c_init() local453 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()
254 u8 sclh; member583 v->sclh = h; in stm32f7_i2c_compute_timing()601 output->sclh = s->sclh; 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()