Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c191 u8 scll; member
620 v->scll = l; in stm32_i2c_choose_solution()
685 output->scll = s->scll; in stm32_i2c_compute_timing()
691 output->scll, output->sclh); in stm32_i2c_compute_timing()
770 timing |= STM32_I2C_TIMINGR_SCLL(t.scll); in stm32_i2c_hw_config()
H A Domap24xx_i2c.c206 u32 scll = 0, sclh = 0; local
241 scll = (unsigned int)hsscll << 8 | (unsigned int)fsscll;
246 psc = omap24_i2c_findpsc(&scll, &sclh, speed);
256 writew(scll, &i2c_base->scll);
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap4/
H A Di2c.h47 unsigned short scll; /* 0xB4 */ member
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap5/
H A Di2c.h47 unsigned short scll; /* 0xB4 */ member
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap3/
H A Di2c.h39 unsigned short scll; /* 0x34 */ member
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-am33xx/
H A Di2c.h51 unsigned short scll; /* 0xB4 */ member
/OK3568_Linux_fs/kernel/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.c255 u8 scll; member
582 v->scll = l; in stm32f7_i2c_compute_timing()
600 output->scll = s->scll; in stm32f7_i2c_compute_timing()
607 output->scll, output->sclh); in stm32f7_i2c_compute_timing()
720 timing |= STM32F7_I2C_TIMINGR_SCLL(t->scll); in stm32f7_i2c_hw_config()