Searched refs:TESTvalue (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arcnet/
H A Dcom90xx.c243 if (readb(base) != TESTvalue) {
245 readb(base), TESTvalue);
250 /* By writing 0x42 to the TESTvalue location, we also make
253 * because *cptr != TESTvalue.
381 writeb(TESTvalue, iomem[0]);
392 if (readb(base) == TESTvalue) { /* found one */
422 /* Now put back TESTvalue on all leftover shmems. */
424 writeb(TESTvalue, iomem[index]);
442 if (readb(p) == TESTvalue)
479 if (readb(p) == TESTvalue
[all...]
H A Darc-rimi.c128 if (readb(p) == TESTvalue)
167 writeb(TESTvalue, p);
177 if (readb(p) == TESTvalue
269 writeb(TESTvalue, ioaddr - 0x800); /* fake reset */
H A Dcom20020.c144 if ((status = inb(_MEMDATA)) != TESTvalue) {
265 if (inbyte != TESTvalue) {
267 BUGMSG(D_NORMAL, "reset failed: TESTvalue not present.\n");
H A Dcom90io.c311 if (get_buffer_byte(dev, 0) != TESTvalue) {
312 BUGMSG(D_NORMAL, "reset failed: TESTvalue not present.\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Darcdevice.h172 #define TESTvalue 0321 /* that's octal for 0xD1 :) */ macro

Completed in 51 milliseconds