Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-sh_mobile.c205 static u32 sh_mobile_i2c_iccl(unsigned long count_khz, u32 tLOW, u32 tf) in sh_mobile_i2c_iccl() argument
217 return (((count_khz * (tLOW + tf)) + 5000) / 10000); in sh_mobile_i2c_iccl()
268 u32 tHIGH, tLOW, tf; in sh_mobile_i2c_init() local
273 tLOW = 47; /* tLOW = 4.7 us */ in sh_mobile_i2c_init()
277 tLOW = 13; /* tLOW = 1.3 us */ in sh_mobile_i2c_init()
286 pd->iccl = sh_mobile_i2c_iccl(i2c_clk_khz, tLOW, tf); in sh_mobile_i2c_init()