Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/include/mach/
H A Di2c_defs.h13 #define I2C_BASE 0x01c21000 macro
15 #define I2C_BASE 0x01c22000 macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/include/mach/
H A Di2c_defs.h15 #define I2C_BASE I2C0_BASE macro
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Dcpu.h292 SAMSUNG_BASE(i2c, I2C_BASE)
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Ddavinci_i2c.c355 return (struct i2c_regs *)I2C_BASE; in davinci_get_base()