Searched refs:I2C_BASE (Results 1 – 6 of 6) sorted by relevance
12 #define I2C_BASE 0x01c21000 macro14 #define I2C_BASE 0x01c22000 macro
14 #define I2C_BASE I2C0_BASE macro
71 int I2C_BASE; variable1279 writel(0x600, I2C_BASE + I2C0_COUNT_O); in Set_Redriver()1286 writel(0x70010063, (I2C_BASE + I2C0_EXECUTE_O)); in Set_Redriver()1293 I2C_BASE = (I2C0_BASE + (I2C_DEV_OFFSET * I2C_PORT)); in I2C_L_Initial()1296 writel(0x0, I2C_BASE); in I2C_L_Initial()1298 writel(0x28001, I2C_BASE); in I2C_L_Initial()1299 writel(0x344001, I2C_BASE + I2C0_TIMMING_O); in I2C_L_Initial()1300 writel(0xFFFFFFFF, I2C_BASE + I2C0_INT_STATUS_O); in I2C_L_Initial()1301 writel(0x0, I2C_BASE + I2C0_INT_O); in I2C_L_Initial()
8 Parameter RAM itself, but the I2C_BASE field of the CPM2 Parameter RAM
293 SAMSUNG_BASE(i2c, I2C_BASE)
354 return (struct i2c_regs *)I2C_BASE; in davinci_get_base()