Searched refs:lpc32xx_i2c_init (Results 1 – 5 of 5) sorted by relevance
/u-boot/board/timll/devkit3250/ |
A D | devkit3250.c | 42 lpc32xx_i2c_init(1); in board_early_init_f() 43 lpc32xx_i2c_init(2); in board_early_init_f()
|
/u-boot/arch/arm/include/asm/arch-lpc32xx/ |
A D | sys_proto.h | 16 void lpc32xx_i2c_init(unsigned int devnum);
|
/u-boot/drivers/i2c/ |
A D | lpc32xx_i2c.c | 228 static void lpc32xx_i2c_init(struct i2c_adapter *adap, in lpc32xx_i2c_init() function 261 U_BOOT_I2C_ADAP_COMPLETE(lpc32xx_0, lpc32xx_i2c_init, lpc32xx_i2c_probe_chip, 268 U_BOOT_I2C_ADAP_COMPLETE(lpc32xx_1, lpc32xx_i2c_init, lpc32xx_i2c_probe_chip, 275 U_BOOT_I2C_ADAP_COMPLETE(lpc32xx_2, lpc32xx_i2c_init, NULL,
|
/u-boot/board/work-microwave/work_92105/ |
A D | work_92105.c | 42 lpc32xx_i2c_init(1); /* only I2C1 has devices, I2C2 has none */ in board_early_init_f()
|
/u-boot/arch/arm/mach-lpc32xx/ |
A D | devices.c | 116 void lpc32xx_i2c_init(unsigned int devnum) in lpc32xx_i2c_init() function
|
Completed in 7 milliseconds