Home
last modified time | relevance | path

Searched refs:lpc32xx_i2c_init (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/board/timll/devkit3250/
H A Ddevkit3250.c39 lpc32xx_i2c_init(1); in board_early_init_f()
40 lpc32xx_i2c_init(2); in board_early_init_f()
/openbmc/u-boot/drivers/i2c/
H A Dlpc32xx_i2c.c227 static void lpc32xx_i2c_init(struct i2c_adapter *adap, in lpc32xx_i2c_init() function
260 U_BOOT_I2C_ADAP_COMPLETE(lpc32xx_0, lpc32xx_i2c_init, lpc32xx_i2c_probe_chip,
267 U_BOOT_I2C_ADAP_COMPLETE(lpc32xx_1, lpc32xx_i2c_init, lpc32xx_i2c_probe_chip,
274 U_BOOT_I2C_ADAP_COMPLETE(lpc32xx_2, lpc32xx_i2c_init, NULL,
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dsys_proto.h16 void lpc32xx_i2c_init(unsigned int devnum);
/openbmc/u-boot/board/work-microwave/work_92105/
H A Dwork_92105.c39 lpc32xx_i2c_init(1); /* only I2C1 has devices, I2C2 has none */ in board_early_init_f()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/
H A Ddevices.c116 void lpc32xx_i2c_init(unsigned int devnum) in lpc32xx_i2c_init() function