Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-sh_mobile.c124 u_int16_t icch; member
245 if (pd->iccl > max_val || pd->icch > max_val) { in sh_mobile_i2c_check_timing()
247 pd->iccl, pd->icch); in sh_mobile_i2c_check_timing()
258 if (pd->icch & 0x100) in sh_mobile_i2c_check_timing()
263 dev_dbg(pd->dev, "timing values: L/H=0x%x/0x%x\n", pd->iccl, pd->icch); in sh_mobile_i2c_check_timing()
289 pd->icch = sh_mobile_i2c_icch(i2c_clk_khz, tHIGH, tf); in sh_mobile_i2c_init()
301 pd->icch = DIV_ROUND_UP(clks_per_cycle * 4 / 9 - 5, pd->clks_per_count); in sh_mobile_i2c_v2_init()
615 iic_wr(pd, ICCH, pd->icch & 0xff); in start_ch()