Searched refs:CONFIG_SYS_I2C_NOPROBES (Results 1 – 25 of 28) sorted by relevance
12
/u-boot/include/configs/ |
A D | apf27.h | 215 #define CONFIG_SYS_I2C_NOPROBES { } macro
|
A D | MPC8555CDS.h | 235 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
A D | MPC8541CDS.h | 237 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
A D | sbc8349.h | 148 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69}, {1, 0x69} } macro
|
A D | MPC8323ERDB.h | 147 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
|
A D | MPC832XEMDS.h | 168 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
|
A D | MPC8540ADS.h | 214 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
A D | vme8349.h | 121 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
A D | MPC8308RDB.h | 179 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
|
A D | caddy2.h | 121 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
A D | MPC8568MDS.h | 218 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
A D | MPC8349EMDS.h | 176 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
A D | MPC8313ERDB_NOR.h | 211 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
A D | MPC8313ERDB_NAND.h | 244 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
A D | MPC8315ERDB.h | 188 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
|
A D | MPC8349ITX.h | 85 #define CONFIG_SYS_I2C_NOPROBES { {1, CONFIG_SYS_I2C_8574_ADDR1}, \ macro
|
A D | MPC837XEMDS.h | 183 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
|
A D | MPC8560ADS.h | 211 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
A D | MPC8349EMDS_SDRAM.h | 231 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
A D | MPC837XERDB.h | 211 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
|
A D | MPC8548CDS.h | 302 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
A D | xpedite537x.h | 201 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
A D | UCP1020.h | 321 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x29} } macro
|
A D | sbc8641d.h | 240 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
/u-boot/cmd/ |
A D | i2c.c | 100 #if defined(CONFIG_SYS_I2C_NOPROBES) 106 } i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; 112 static uchar i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; 962 #if defined(CONFIG_SYS_I2C_NOPROBES) in do_i2c_probe() 982 #if defined(CONFIG_SYS_I2C_NOPROBES) in do_i2c_probe() 1005 #if defined(CONFIG_SYS_I2C_NOPROBES) in do_i2c_probe()
|
Completed in 34 milliseconds
12