Searched refs:hsregs (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/i2c/
H A Dexynos_hs_i2c.c144 struct exynos5_hsi2c *hsregs = i2c_bus->hsregs; local
161 t_ftl_cycle = (readl(&hsregs->usi_conf) >> 16) & 0x7;
178 struct exynos5_hsi2c *hsregs = i2c_bus->hsregs; local
205 writel(HSI2C_TRAILING_COUNT, &hsregs->usi_trailing_ctl);
208 clrsetbits_le32(&hsregs->usi_timeout, HSI2C_TIMEOUT_EN, 0);
211 writel(readl(&hsregs->usi_conf) | HSI2C_AUTO_MODE, &hsregs->usi_conf);
214 writel(HSI2C_INT_I2C_EN, &hsregs
470 struct exynos5_hsi2c *hsregs = i2c_bus->hsregs; local
[all...]
H A Ds3c24x0_i2c.h54 struct exynos5_hsi2c *hsregs; member in struct:s3c24x0_i2c_bus

Completed in 50 milliseconds