Home
last modified time | relevance | path

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

12

/u-boot/include/configs/
A Dapf27.h215 #define CONFIG_SYS_I2C_NOPROBES { } macro
A DMPC8555CDS.h235 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
A DMPC8541CDS.h237 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
A Dsbc8349.h148 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69}, {1, 0x69} } macro
A DMPC8323ERDB.h147 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
A DMPC832XEMDS.h168 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
A DMPC8540ADS.h214 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
A Dvme8349.h121 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
A DMPC8308RDB.h179 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
A Dcaddy2.h121 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
A DMPC8568MDS.h218 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
A DMPC8349EMDS.h176 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
A DMPC8313ERDB_NOR.h211 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
A DMPC8313ERDB_NAND.h244 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
A DMPC8315ERDB.h188 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
A DMPC8349ITX.h85 #define CONFIG_SYS_I2C_NOPROBES { {1, CONFIG_SYS_I2C_8574_ADDR1}, \ macro
A DMPC837XEMDS.h183 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
A DMPC8560ADS.h211 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
A DMPC8349EMDS_SDRAM.h231 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
A DMPC837XERDB.h211 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } macro
A DMPC8548CDS.h302 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
A Dxpedite537x.h201 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
A DUCP1020.h321 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x29} } macro
A Dsbc8641d.h240 #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } macro
/u-boot/cmd/
A Di2c.c100 #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