Searched refs:fsl_i2c_base (Results 1 – 6 of 6) sorted by relevance
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, 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 …]
15 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()
18 typedef struct fsl_i2c_base { struct72 struct fsl_i2c_base __iomem *base; /* register base */ argument
95 struct fsl_i2c_base i2c[2];96 u8 res[4096 - 2 * sizeof(struct fsl_i2c_base)];
122 struct fsl_i2c_base i2c[1];123 u8 res[4096 - 1 * sizeof(struct fsl_i2c_base)];
18 typedef struct fsl_i2c_base { struct