Searched refs:lpc32xx_i2c_init (Results 1 - 6 of 6) sorted by relevance

/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dsys_proto.h16 void lpc32xx_i2c_init(unsigned int devnum);
/u-boot/board/ea/ea-lpc3250devkitv2/
H A Dea-lpc3250devkitv2.c23 lpc32xx_i2c_init(1);
24 lpc32xx_i2c_init(2);
/u-boot/board/timll/devkit3250/
H A Ddevkit3250.c42 lpc32xx_i2c_init(1);
43 lpc32xx_i2c_init(2);
/u-boot/board/work-microwave/work_92105/
H A Dwork_92105.c42 lpc32xx_i2c_init(1); /* only I2C1 has devices, I2C2 has none */
/u-boot/arch/arm/mach-lpc32xx/
H A Ddevices.c99 void lpc32xx_i2c_init(unsigned int devnum) function
/u-boot/drivers/i2c/
H A Dlpc32xx_i2c.c227 static void lpc32xx_i2c_init(struct i2c_adapter *adap, 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,

Completed in 126 milliseconds