Home
last modified time | relevance | path

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

12

/third_party/uboot/u-boot-2020.01/include/configs/
Domap3_cairo.h44 #define CONFIG_SYS_I2C_NOPROBES { {0x0, 0x0} } macro
Daristainetos-common.h160 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x00} } macro
Dapf27.h218 #define CONFIG_SYS_I2C_NOPROBES { } macro
Dcaddy2.h123 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
DMPC832XEMDS.h170 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
Dvme8349.h123 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
DMPC8555CDS.h243 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
DMPC8308RDB.h179 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
DMPC8541CDS.h245 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
Dsbc8349.h150 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69}, {1, 0x69} } macro
DMPC8540ADS.h220 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
DMPC8323ERDB.h147 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
DMPC8313ERDB_NOR.h214 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
DMPC8349EMDS.h178 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
DMPC8568MDS.h224 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
DMPC8349EMDS_SDRAM.h233 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
DMPC8313ERDB_NAND.h246 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
DMPC8349ITX.h84 #define CONFIG_SYS_I2C_NOPROBES { {1, CONFIG_SYS_I2C_8574_ADDR1}, \ macro
DMPC8315ERDB.h192 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
DMPC8560ADS.h215 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
DMPC837XEMDS.h187 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
DMPC8548CDS.h312 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
DMPC837XERDB.h213 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
DMPC8544DS.h188 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
/third_party/uboot/u-boot-2020.01/cmd/
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