Lines Matching full:hsi2c
25 * HSI2C controller from Samsung supports 2 modes of operation
211 * struct exynos_hsi2c_variant - platform specific HSI2C driver data
212 * @fifo_depth: the fifo depth supported by the HSI2C module
215 * Specifies platform specific configuration of HSI2C module.
251 .compatible = "samsung,exynos5-hsi2c",
254 .compatible = "samsung,exynos5250-hsi2c",
257 .compatible = "samsung,exynos5260-hsi2c",
260 .compatible = "samsung,exynos7-hsi2c",
263 .compatible = "samsung,exynosautov9-hsi2c",
266 .compatible = "samsung,exynos8895-hsi2c",
307 * In case of HSI2C controllers in ExynosAutoV9: in exynos5_i2c_set_timing()
332 * In case of HSI2C controller in Exynos5 series in exynos5_i2c_set_timing()
336 * In case of HSI2C controllers in Exynos7 series in exynos5_i2c_set_timing()
343 * In case of HSI2C controllers in Exynos8895 in exynos5_i2c_set_timing()
906 i2c->clk = devm_clk_get(&pdev->dev, "hsi2c"); in exynos5_i2c_probe()
1041 .name = "exynos5-hsi2c",