Home
last modified time | relevance | path

Searched refs:I2C_BASE (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/arm/mach-davinci/include/mach/
H A Di2c_defs.h12 #define I2C_BASE 0x01c21000 macro
14 #define I2C_BASE 0x01c22000 macro
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Di2c_defs.h14 #define I2C_BASE I2C0_BASE macro
/openbmc/u-boot/cmd/aspeed/
H A Ddptest.c71 int I2C_BASE; variable
1279 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()
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/
H A Di2c.txt8 Parameter RAM itself, but the I2C_BASE field of the CPM2 Parameter RAM
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dcpu.h293 SAMSUNG_BASE(i2c, I2C_BASE)
/openbmc/u-boot/drivers/i2c/
H A Ddavinci_i2c.c354 return (struct i2c_regs *)I2C_BASE; in davinci_get_base()