HomeSort by relevance Sort by last modified time
    Searched refs:fsl_i2c_base (Results 1 - 6 of 6) sorted by null

  /external/u-boot/board/keymile/km83xx/
km83xx_i2c.c 15 struct fsl_i2c_base *base;
16 base = (struct fsl_i2c_base *)(CONFIG_SYS_IMMR +
26 struct fsl_i2c_base *base;
27 base = (struct fsl_i2c_base *)(CONFIG_SYS_IMMR +
  /external/u-boot/arch/powerpc/include/asm/
fsl_i2c.h 18 typedef struct fsl_i2c_base { struct
72 struct fsl_i2c_base __iomem *base; /* register base */
immap_86xx.h 95 struct fsl_i2c_base i2c[2];
96 u8 res[4096 - 2 * sizeof(struct fsl_i2c_base)];
    [all...]
immap_85xx.h 122 struct fsl_i2c_base i2c[1];
123 u8 res[4096 - 1 * sizeof(struct fsl_i2c_base)];
    [all...]
  /external/u-boot/drivers/i2c/
fsl_i2c.c 40 static const struct fsl_i2c_base *i2c_base[4] = {
41 (struct fsl_i2c_base *)(CONFIG_SYS_IMMR + CONFIG_SYS_FSL_I2C_OFFSET),
43 (struct fsl_i2c_base *)(CONFIG_SYS_IMMR + CONFIG_SYS_FSL_I2C2_OFFSET),
46 (struct fsl_i2c_base *)(CONFIG_SYS_IMMR + CONFIG_SYS_FSL_I2C3_OFFSET),
49 (struct fsl_i2c_base *)(CONFIG_SYS_IMMR + CONFIG_SYS_FSL_I2C4_OFFSET)
119 static uint set_i2c_bus_speed(const struct fsl_i2c_base *base,
212 static int fsl_i2c_fixup(const struct fsl_i2c_base *base)
260 static void __i2c_init(const struct fsl_i2c_base *base, int speed, int
293 static int i2c_wait4bus(const struct fsl_i2c_base *base)
306 static int i2c_wait(const struct fsl_i2c_base *base, int write
    [all...]
  /external/u-boot/arch/m68k/include/asm/
fsl_i2c.h 18 typedef struct fsl_i2c_base { struct

Completed in 303 milliseconds