Home
last modified time | relevance | path

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

/u-boot/cmd/
A Di2c.c106 } i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
108 #define COMPARE_BUS(b,i) (i2c_no_probes[(i)].bus == (b))
109 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)].addr == (a))
110 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)].addr
112 static uchar i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
115 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)] == (a))
116 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)]
984 for (k = 0; k < ARRAY_SIZE(i2c_no_probes); k++) { in do_i2c_probe()
1007 for (k = 0; k < ARRAY_SIZE(i2c_no_probes); k++) { in do_i2c_probe()

Completed in 4 milliseconds