Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dfsl_i2c.c40 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, in set_i2c_bus_speed()
212 static int fsl_i2c_fixup(const struct fsl_i2c_base *base) in fsl_i2c_fixup()
260 static void __i2c_init(const struct fsl_i2c_base *base, int speed, int in __i2c_init()
293 static int i2c_wait4bus(const struct fsl_i2c_base *base) in i2c_wait4bus()
306 static int i2c_wait(const struct fsl_i2c_base *base, int write) in i2c_wait()
[all …]
/openbmc/u-boot/board/keymile/km83xx/
H A Dkm83xx_i2c.c15 struct fsl_i2c_base *base; in i2c_write_start_seq()
16 base = (struct fsl_i2c_base *)(CONFIG_SYS_IMMR + in i2c_write_start_seq()
26 struct fsl_i2c_base *base; in i2c_make_abort()
27 base = (struct fsl_i2c_base *)(CONFIG_SYS_IMMR + in i2c_make_abort()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_i2c.h18 typedef struct fsl_i2c_base { struct
72 struct fsl_i2c_base __iomem *base; /* register base */ argument
H A Dimmap_86xx.h95 struct fsl_i2c_base i2c[2];
96 u8 res[4096 - 2 * sizeof(struct fsl_i2c_base)];
H A Dimmap_85xx.h122 struct fsl_i2c_base i2c[1];
123 u8 res[4096 - 1 * sizeof(struct fsl_i2c_base)];
/openbmc/u-boot/arch/m68k/include/asm/
H A Dfsl_i2c.h18 typedef struct fsl_i2c_base { struct