Searched refs:CFG_SYS_I2C_FPGA_ADDR (Results 1 - 15 of 15) sorted by relevance

/u-boot/include/configs/
H A Dls1028aqds.h20 #define CFG_SYS_I2C_FPGA_ADDR 0x66 macro
H A Dls1012aqds.h20 #define CFG_SYS_I2C_FPGA_ADDR 0x66 macro
H A Dls1028ardb.h24 #define CFG_SYS_I2C_FPGA_ADDR 0x66 macro
H A Dlx2160a_common.h78 #define CFG_SYS_I2C_FPGA_ADDR 0x66 macro
H A Dls1046aqds.h139 #define CFG_SYS_I2C_FPGA_ADDR 0x66 macro
H A Dls1043aqds.h123 #define CFG_SYS_I2C_FPGA_ADDR 0x66 macro
H A Dls2080ardb.h196 #define CFG_SYS_I2C_FPGA_ADDR 0x66 macro
H A Dls2080aqds.h16 #define CFG_SYS_I2C_FPGA_ADDR 0x66 macro
H A Dls1088ardb.h84 #define CFG_SYS_I2C_FPGA_ADDR 0x66 macro
H A Dls1021aqds.h109 #define CFG_SYS_I2C_FPGA_ADDR 0x66 macro
H A Dls1088aqds.h100 #define CFG_SYS_I2C_FPGA_ADDR 0x66 macro
/u-boot/board/freescale/common/
H A Dqixis.h103 #ifdef CFG_SYS_I2C_FPGA_ADDR
108 #if defined(CONFIG_QIXIS_I2C_ACCESS) && defined(CFG_SYS_I2C_FPGA_ADDR)
117 #ifdef CFG_SYS_I2C_FPGA_ADDR
H A Dqixis.c32 #ifdef CFG_SYS_I2C_FPGA_ADDR
36 return i2c_reg_read(CFG_SYS_I2C_FPGA_ADDR, reg);
40 if (i2c_get_chip_for_busnum(0, CFG_SYS_I2C_FPGA_ADDR, 1, &dev))
51 i2c_reg_write(CFG_SYS_I2C_FPGA_ADDR, reg, val);
55 if (!i2c_get_chip_for_busnum(0, CFG_SYS_I2C_FPGA_ADDR, 1, &dev))
/u-boot/board/freescale/ls1012aqds/
H A Dls1012aqds.c117 ret = i2c_get_chip_for_busnum(bus_num, CFG_SYS_I2C_FPGA_ADDR,
128 i2c_write(CFG_SYS_I2C_FPGA_ADDR, 0x5a, 1, &mux_sdhc_cd, 1);
/u-boot/board/freescale/ls1088a/
H A Dls1088a.c749 ret = i2c_read(CFG_SYS_I2C_FPGA_ADDR,
754 ret = i2c_get_chip_for_busnum(0, CFG_SYS_I2C_FPGA_ADDR, 1, &dev);
769 ret = i2c_write(CFG_SYS_I2C_FPGA_ADDR,

Completed in 110 milliseconds