Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/arcnet/
Dcom90xx.c223 if (isa_readb(ptr) != TESTvalue) { in com90xx_probe()
225 isa_readb(ptr), TESTvalue); in com90xx_probe()
356 isa_writeb(TESTvalue, shmems[0]); in com90xx_probe()
366 if (isa_readb(ptr) == TESTvalue) { /* found one */ in com90xx_probe()
398 isa_writeb(TESTvalue, *shmem); in com90xx_probe()
434 if (isa_readb(shmem) == TESTvalue in com90xx_found()
435 && isa_readb(shmem - mirror_size) != TESTvalue in com90xx_found()
436 && isa_readb(shmem - 2 * mirror_size) == TESTvalue) in com90xx_found()
440 while (isa_readb(first_mirror) == TESTvalue) in com90xx_found()
444 while (isa_readb(last_mirror) == TESTvalue) in com90xx_found()
[all …]
Darc-rimi.c130 isa_writeb(TESTvalue, shmem); in arcrimi_found()
140 if (isa_readb(shmem) == TESTvalue in arcrimi_found()
141 && isa_readb(shmem - mirror_size) != TESTvalue in arcrimi_found()
142 && isa_readb(shmem - 2 * mirror_size) == TESTvalue) in arcrimi_found()
146 while (isa_readb(first_mirror) == TESTvalue) in arcrimi_found()
150 while (isa_readb(last_mirror) == TESTvalue) in arcrimi_found()
222 writeb(TESTvalue, ioaddr - 0x800); /* fake reset */ in arcrimi_reset()
Dcom20020.c144 if ((status = inb(_MEMDATA)) != TESTvalue) { in com20020_check()
268 if (inbyte != TESTvalue) { in com20020_reset()
Dcom90io.c316 if (get_buffer_byte(dev, 0) != TESTvalue) { in com90io_reset()
/linux-2.4.37.9/include/linux/
Darcdevice.h169 #define TESTvalue 0321 /* that's octal for 0xD1 :) */ macro