Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/i2c/busses/
Di2c-sh_mobile.c129 unsigned int clks_per_count; member
152 int clks_per_count; member
256 i2c_clk_khz /= pd->clks_per_count; in sh_mobile_i2c_init()
786 .clks_per_count = 1,
790 .clks_per_count = 2,
877 pd->clks_per_count = 1; in sh_mobile_i2c_probe()
887 pd->clks_per_count = config->clks_per_count; in sh_mobile_i2c_probe()
892 if (pdata && pdata->clks_per_count) in sh_mobile_i2c_probe()
893 pd->clks_per_count = pdata->clks_per_count; in sh_mobile_i2c_probe()
/linux-4.1.27/include/linux/i2c/
Di2c-sh_mobile.h8 unsigned int clks_per_count; member
/linux-4.1.27/arch/arm/mach-shmobile/
Dsetup-sh73a0.c195 .clks_per_count = 2,