Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_I2C_NOPROBES (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/u-boot/include/configs/
H A Domap3_cairo.h44 #define CONFIG_SYS_I2C_NOPROBES { {0x0, 0x0} } macro
H A Daristainetos-common.h166 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x00} } macro
H A Dapf27.h225 #define CONFIG_SYS_I2C_NOPROBES { } macro
H A DMPC8555CDS.h243 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
H A DMPC8541CDS.h245 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
H A DMPC8540ADS.h220 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
H A DMPC8568MDS.h226 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
H A DMPC8560ADS.h215 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
H A DMPC8544DS.h189 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
H A DMPC8548CDS.h315 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
H A Dxpedite537x.h203 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
H A DMPC8308RDB.h312 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
H A DMPC8323ERDB.h221 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
H A DMPC8569MDS.h236 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
H A DUCP1020.h279 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x29} } macro
H A DMPC8610HPCD.h219 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
H A DMPC832XEMDS.h299 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
H A Dvme8349.h210 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
H A Dsbc8641d.h247 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
H A DMPC8572DS.h355 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x29} } macro
H A DP1022DS.h380 #define CONFIG_SYS_I2C_NOPROBES {{0, 0x29}} macro
H A DMPC8536DS.h359 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x29} } macro
H A Dsbc8349.h277 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69}, {1, 0x69} } macro
H A DMPC8315ERDB.h293 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
/openbmc/u-boot/cmd/
H A Di2c.c98 #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()

12