Lines Matching refs:TESTvalue
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()
564 if (readb(lp->mem_start) != TESTvalue) { in com90xx_reset()