tHIGH             221 drivers/i2c/busses/i2c-sh_mobile.c static u32 sh_mobile_i2c_icch(unsigned long count_khz, u32 tHIGH, u32 tf)
tHIGH             237 drivers/i2c/busses/i2c-sh_mobile.c 	return (((count_khz * (tHIGH + tf)) + 5000) / 10000);
tHIGH             269 drivers/i2c/busses/i2c-sh_mobile.c 	u32 tHIGH, tLOW, tf;
tHIGH             275 drivers/i2c/busses/i2c-sh_mobile.c 		tHIGH	= 40;	/* tHD;STA = tHIGH = 4.0 us */
tHIGH             279 drivers/i2c/busses/i2c-sh_mobile.c 		tHIGH	= 6;	/* tHD;STA = tHIGH = 0.6 us */
tHIGH             288 drivers/i2c/busses/i2c-sh_mobile.c 	pd->icch = sh_mobile_i2c_icch(i2c_clk_khz, tHIGH, tf);