Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-sh_mobile.c119 unsigned int clks_per_count; member
143 int clks_per_count; member
272 i2c_clk_khz = clk_get_rate(pd->clk) / 1000 / pd->clks_per_count; in sh_mobile_i2c_init()
300 pd->iccl = DIV_ROUND_UP(clks_per_cycle * 5 / 9 - 1, pd->clks_per_count); in sh_mobile_i2c_v2_init()
301 pd->icch = DIV_ROUND_UP(clks_per_cycle * 4 / 9 - 5, pd->clks_per_count); in sh_mobile_i2c_v2_init()
781 .clks_per_count = 1,
786 .clks_per_count = 2,
791 .clks_per_count = 2,
796 .clks_per_count = 1,
886 pd->clks_per_count = 1; in sh_mobile_i2c_probe()
[all …]