Home
last modified time | relevance | path

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

1234

/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/common/
H A Dcmd_i2c.c109 } i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
111 #define COMPARE_BUS(b,i) (i2c_no_probes[(i)].bus == (b))
112 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)].addr == (a))
113 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)].addr
115 static uchar i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
118 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)] == (a))
119 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)]
122 #define NUM_ELEMENTS_NOPROBE (sizeof(i2c_no_probes)/sizeof(i2c_no_probes[0]))
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/common/
H A Dcmd_i2c.c109 } i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
111 #define COMPARE_BUS(b,i) (i2c_no_probes[(i)].bus == (b))
112 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)].addr == (a))
113 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)].addr
115 static uchar i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
118 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)] == (a))
119 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)]
122 #define NUM_ELEMENTS_NOPROBE (sizeof(i2c_no_probes)/sizeof(i2c_no_probes[0]))
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/common/
H A Dcmd_i2c.c109 } i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
111 #define COMPARE_BUS(b,i) (i2c_no_probes[(i)].bus == (b))
112 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)].addr == (a))
113 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)].addr
115 static uchar i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
118 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)] == (a))
119 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)]
122 #define NUM_ELEMENTS_NOPROBE (sizeof(i2c_no_probes)/sizeof(i2c_no_probes[0]))
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/common/
H A Dcmd_i2c.c109 } i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
111 #define COMPARE_BUS(b,i) (i2c_no_probes[(i)].bus == (b))
112 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)].addr == (a))
113 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)].addr
115 static uchar i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
118 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)] == (a))
119 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)]
122 #define NUM_ELEMENTS_NOPROBE (sizeof(i2c_no_probes)/sizeof(i2c_no_probes[0]))
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/common/
H A Dcmd_i2c.c109 } i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
111 #define COMPARE_BUS(b,i) (i2c_no_probes[(i)].bus == (b))
112 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)].addr == (a))
113 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)].addr
115 static uchar i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
118 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)] == (a))
119 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)]
122 #define NUM_ELEMENTS_NOPROBE (sizeof(i2c_no_probes)/sizeof(i2c_no_probes[0]))
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/common/
H A Dcmd_i2c.c109 } i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
111 #define COMPARE_BUS(b,i) (i2c_no_probes[(i)].bus == (b))
112 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)].addr == (a))
113 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)].addr
115 static uchar i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
118 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)] == (a))
119 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)]
122 #define NUM_ELEMENTS_NOPROBE (sizeof(i2c_no_probes)/sizeof(i2c_no_probes[0]))
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/common/
H A Dcmd_i2c.c109 } i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
111 #define COMPARE_BUS(b,i) (i2c_no_probes[(i)].bus == (b))
112 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)].addr == (a))
113 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)].addr
115 static uchar i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES; variable
118 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)] == (a))
119 #define NO_PROBE_ADDR(i) i2c_no_probes[(i)]
122 #define NUM_ELEMENTS_NOPROBE (sizeof(i2c_no_probes)/sizeof(i2c_no_probes[0]))
/dports/sysutils/u-boot-utilite/u-boot-2015.07/common/
H A Dcmd_i2c.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)]
936 for (k = 0; k < ARRAY_SIZE(i2c_no_probes); k++) { in do_i2c_probe()
959 for (k = 0; k < ARRAY_SIZE(i2c_no_probes); k++) { in do_i2c_probe()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/cmd/
H 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()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/cmd/
H 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()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/cmd/
H 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()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/cmd/
H A Di2c.c104 } i2c_no_probes[] = CONFIG_SYS_I2C_NOPROBES;
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;
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++) {
998 for (k = 0; k < ARRAY_SIZE(i2c_no_probes); k++) {
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/cmd/
H 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()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/cmd/
H 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()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/cmd/
H 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()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/cmd/
H 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()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/cmd/
H 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()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/cmd/
H 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()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/cmd/
H 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()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/cmd/
H 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()
/dports/sysutils/u-boot-rpi-0-w/u-boot-2021.07/cmd/
H 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()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/cmd/
H 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()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/cmd/
H A 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()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/cmd/
H A 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()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/cmd/
H 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()

1234