Home
last modified time | relevance | path

Searched refs:i2c_no_probes (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/cmd/
Di2c.c104 } i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
106 #define COMPARE_BUS(b,i) (i2c_no_probes[(i)].bus == (b))
107 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)].addr == (a))
108 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)].addr
110 static uchar i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
113 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)] == (a))
114 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)]
975 for (k = 0; k < ARRAY_SIZE(i2c_no_probes); k++) { in do_i2c_probe()
998 for (k = 0; k < ARRAY_SIZE(i2c_no_probes); k++) { in do_i2c_probe()