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 unsigned int set_i2c_bus_speed(const struct fsl_i2c_base *base, in set_i2c_bus_speed()209 static int fsl_i2c_fixup(const struct fsl_i2c_base *base) in fsl_i2c_fixup()256 static void __i2c_init(const struct fsl_i2c_base *base, int speed, int in __i2c_init()290 i2c_wait4bus(const struct fsl_i2c_base *base) in i2c_wait4bus()304 i2c_wait(const struct fsl_i2c_base *base, int write) in i2c_wait()[all …]
16 struct fsl_i2c_base *base; in i2c_write_start_seq()17 base = (struct fsl_i2c_base *)(CONFIG_SYS_IMMR + in i2c_write_start_seq()27 struct fsl_i2c_base *base; in i2c_make_abort()28 base = (struct fsl_i2c_base *)(CONFIG_SYS_IMMR + in i2c_make_abort()
19 typedef struct fsl_i2c_base { struct73 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)];
123 struct fsl_i2c_base i2c[1];124 u8 res[4096 - 1 * sizeof(struct fsl_i2c_base)];
19 typedef struct fsl_i2c_base { struct