Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-sh_mobile.c124 u_int16_t icch; member
243 if (pd->iccl > max_val || pd->icch > max_val) { in sh_mobile_i2c_check_timing()
245 pd->iccl, pd->icch); in sh_mobile_i2c_check_timing()
256 if (pd->icch & 0x100) in sh_mobile_i2c_check_timing()
261 dev_dbg(pd->dev, "timing values: L/H=0x%x/0x%x\n", pd->iccl, pd->icch); in sh_mobile_i2c_check_timing()
287 pd->icch = sh_mobile_i2c_icch(i2c_clk_khz, tHIGH, tf); in sh_mobile_i2c_init()
299 pd->icch = DIV_ROUND_UP(clks_per_cycle * 4 / 9 - 5, pd->clks_per_count); in sh_mobile_i2c_v2_init()
574 iic_wr(pd, ICCH, pd->icch & 0xff); in start_ch()