/openbmc/u-boot/include/configs/ |
H A D | omap3_cairo.h | 44 #define CONFIG_SYS_I2C_NOPROBES { {0x0, 0x0} } macro
|
H A D | aristainetos-common.h | 166 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x00} } macro
|
H A D | apf27.h | 225 #define CONFIG_SYS_I2C_NOPROBES { } macro
|
H A D | MPC8555CDS.h | 243 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
H A D | MPC8541CDS.h | 245 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
H A D | MPC8540ADS.h | 220 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
H A D | MPC8568MDS.h | 226 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
H A D | MPC8560ADS.h | 215 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
H A D | MPC8544DS.h | 189 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
H A D | MPC8548CDS.h | 315 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
H A D | xpedite537x.h | 203 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
H A D | MPC8308RDB.h | 312 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
|
H A D | MPC8323ERDB.h | 221 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
|
H A D | MPC8569MDS.h | 236 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
H A D | UCP1020.h | 279 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x29} } macro
|
H A D | MPC8610HPCD.h | 219 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
H A D | MPC832XEMDS.h | 299 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
|
H A D | vme8349.h | 210 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
H A D | sbc8641d.h | 247 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
|
H A D | MPC8572DS.h | 355 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x29} } macro
|
H A D | P1022DS.h | 380 #define CONFIG_SYS_I2C_NOPROBES {{0, 0x29}} macro
|
H A D | MPC8536DS.h | 359 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x29} } macro
|
H A D | sbc8349.h | 277 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69}, {1, 0x69} } macro
|
H A D | MPC8315ERDB.h | 293 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
|
/openbmc/u-boot/cmd/ |
H A D | i2c.c | 98 #if defined(CONFIG_SYS_I2C_NOPROBES) 104 } i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; 110 static uchar i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; 953 #if defined(CONFIG_SYS_I2C_NOPROBES) in do_i2c_probe() 973 #if defined(CONFIG_SYS_I2C_NOPROBES) in do_i2c_probe() 996 #if defined(CONFIG_SYS_I2C_NOPROBES) in do_i2c_probe()
|