Searched refs:TESTvalue (Results 1 – 5 of 5) sorted by relevance
223 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 …]
130 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()
144 if ((status = inb(_MEMDATA)) != TESTvalue) { in com20020_check()268 if (inbyte != TESTvalue) { in com20020_reset()
316 if (get_buffer_byte(dev, 0) != TESTvalue) { in com90io_reset()
169 #define TESTvalue 0321 /* that's octal for 0xD1 :) */ macro