Searched refs:tHIGH (Results 1 – 1 of 1) sorted by relevance
220 static u32 sh_mobile_i2c_icch(unsigned long count_khz, u32 tHIGH, u32 tf) in sh_mobile_i2c_icch() argument 224 * ICCH >= COUNT_CLK * (tHIGH + tf) in sh_mobile_i2c_icch() 228 * the HIGH period of the SCL signal (tHIGH) after the SCL input in sh_mobile_i2c_icch() 231 * Afterward it turned out calculating ICCH using only tHIGH spec in sh_mobile_i2c_icch() 234 * condition, in order to meet both tHIGH and tHD;STA specs. in sh_mobile_i2c_icch() 236 return (((count_khz * (tHIGH + tf)) + 5000) / 10000); in sh_mobile_i2c_icch() 268 u32 tHIGH, tLOW, tf; in sh_mobile_i2c_init() local 274 tHIGH = 40; /* tHD;STA = tHIGH = 4.0 us */ in sh_mobile_i2c_init() 278 tHIGH in sh_mobile_i2c_init() [all...]