Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-sh_mobile.c129 unsigned int clks_per_count; member
152 int clks_per_count; member
260 i2c_clk_khz /= pd->clks_per_count; in sh_mobile_i2c_init()
818 .clks_per_count = 1,
822 .clks_per_count = 2,
826 .clks_per_count = 1,
916 pd->clks_per_count = 1; in sh_mobile_i2c_probe()
926 pd->clks_per_count = config->clks_per_count; in sh_mobile_i2c_probe()
934 if (pdata && pdata->clks_per_count) in sh_mobile_i2c_probe()
935 pd->clks_per_count = pdata->clks_per_count; in sh_mobile_i2c_probe()
/linux-4.4.14/include/linux/i2c/
Di2c-sh_mobile.h8 unsigned int clks_per_count; member