Searched refs:fsl_i2c_base (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/powerpc/include/asm/
H A Dfsl_i2c.h19 typedef struct fsl_i2c_base { struct
73 struct fsl_i2c_base __iomem *base; /* register base */
H A Dimmap_85xx.h122 struct fsl_i2c_base i2c[1];
123 u8 res[4096 - 1 * sizeof(struct fsl_i2c_base)];
/u-boot/arch/m68k/include/asm/
H A Dfsl_i2c.h18 typedef struct fsl_i2c_base { struct
62 struct fsl_i2c_base __iomem *base; /* register base */
/u-boot/drivers/i2c/
H A Dfsl_i2c.c50 static const struct fsl_i2c_base *i2c_base[4] = {
51 (struct fsl_i2c_base *)(CFG_FSL_I2C_BASE_ADDR + CONFIG_SYS_FSL_I2C_OFFSET),
53 (struct fsl_i2c_base *)(CFG_FSL_I2C_BASE_ADDR + CONFIG_SYS_FSL_I2C2_OFFSET),
56 (struct fsl_i2c_base *)(CFG_FSL_I2C_BASE_ADDR + CONFIG_SYS_FSL_I2C3_OFFSET),
59 (struct fsl_i2c_base *)(CFG_FSL_I2C_BASE_ADDR + CONFIG_SYS_FSL_I2C4_OFFSET)
129 static uint set_i2c_bus_speed(const struct fsl_i2c_base *base,
222 static int fsl_i2c_fixup(const struct fsl_i2c_base *base)
270 static void __i2c_init(const struct fsl_i2c_base *base, int speed, int
297 static int i2c_wait4bus(const struct fsl_i2c_base *base)
310 static int i2c_wait(const struct fsl_i2c_base *bas
[all...]

Completed in 136 milliseconds