Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/timll/devkit3250/
H A Ddevkit3250.c40 lpc32xx_i2c_init(1); in board_early_init_f()
41 lpc32xx_i2c_init(2); in board_early_init_f()
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dlpc32xx_i2c.c228 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,
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dsys_proto.h17 void lpc32xx_i2c_init(unsigned int devnum);
/OK3568_Linux_fs/u-boot/board/work-microwave/work_92105/
H A Dwork_92105.c40 lpc32xx_i2c_init(1); /* only I2C1 has devices, I2C2 has none */ in board_early_init_f()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/
H A Ddevices.c117 void lpc32xx_i2c_init(unsigned int devnum) in lpc32xx_i2c_init() function