Searched refs:CONFIG_SYS_I2C_FPGA_ADDR (Results 1 – 16 of 16) sorted by relevance
/u-boot/board/freescale/common/ |
A D | qixis.c | 32 #ifdef CONFIG_SYS_I2C_FPGA_ADDR 36 return i2c_reg_read(CONFIG_SYS_I2C_FPGA_ADDR, reg); in qixis_read_i2c() 40 if (i2c_get_chip_for_busnum(0, CONFIG_SYS_I2C_FPGA_ADDR, 1, &dev)) in qixis_read_i2c() 51 i2c_reg_write(CONFIG_SYS_I2C_FPGA_ADDR, reg, val); in qixis_write_i2c() 55 if (!i2c_get_chip_for_busnum(0, CONFIG_SYS_I2C_FPGA_ADDR, 1, &dev)) in qixis_write_i2c()
|
A D | qixis.h | 103 #ifdef CONFIG_SYS_I2C_FPGA_ADDR 108 #if defined(CONFIG_QIXIS_I2C_ACCESS) && defined(CONFIG_SYS_I2C_FPGA_ADDR) 117 #ifdef CONFIG_SYS_I2C_FPGA_ADDR
|
/u-boot/include/configs/ |
A D | ls1028ardb.h | 33 #define CONFIG_SYS_I2C_FPGA_ADDR 0x66 macro
|
A D | ls1028aqds.h | 28 #define CONFIG_SYS_I2C_FPGA_ADDR 0x66 macro
|
A D | ls1012aqds.h | 23 #define CONFIG_SYS_I2C_FPGA_ADDR 0x66 macro
|
A D | lx2160a_common.h | 124 #define CONFIG_SYS_I2C_FPGA_ADDR 0x66 macro
|
A D | ls1088ardb.h | 128 #define CONFIG_SYS_I2C_FPGA_ADDR 0x66 macro
|
A D | ls2080ardb.h | 264 #define CONFIG_SYS_I2C_FPGA_ADDR 0x66 macro
|
A D | ls2080aqds.h | 25 #define CONFIG_SYS_I2C_FPGA_ADDR 0x66 macro
|
A D | ls1046aqds.h | 223 #define CONFIG_SYS_I2C_FPGA_ADDR 0x66 macro
|
A D | ls1021aqds.h | 205 #define CONFIG_SYS_I2C_FPGA_ADDR 0x66 macro
|
A D | ls1043aqds.h | 205 #define CONFIG_SYS_I2C_FPGA_ADDR 0x66 macro
|
A D | ls1088aqds.h | 149 #define CONFIG_SYS_I2C_FPGA_ADDR 0x66 macro
|
/u-boot/board/freescale/ls1012aqds/ |
A D | ls1012aqds.c | 119 ret = i2c_get_chip_for_busnum(bus_num, CONFIG_SYS_I2C_FPGA_ADDR, in misc_init_r() 130 i2c_write(CONFIG_SYS_I2C_FPGA_ADDR, 0x5a, 1, &mux_sdhc_cd, 1); in misc_init_r()
|
/u-boot/board/freescale/ls1088a/ |
A D | ls1088a.c | 764 ret = i2c_read(CONFIG_SYS_I2C_FPGA_ADDR, in set_serdes_volt() 769 ret = i2c_get_chip_for_busnum(0, CONFIG_SYS_I2C_FPGA_ADDR, 1, &dev); in set_serdes_volt() 784 ret = i2c_write(CONFIG_SYS_I2C_FPGA_ADDR, in set_serdes_volt()
|
/u-boot/scripts/ |
A D | config_whitelist.txt | 2600 CONFIG_SYS_I2C_FPGA_ADDR
|
Completed in 23 milliseconds