Searched refs:TESTvalue (Results 1 – 5 of 5) sorted by relevance
245 if (readb(base) != TESTvalue) { in com90xx_probe()247 readb(base), TESTvalue); in com90xx_probe()383 writeb(TESTvalue, iomem[0]); in com90xx_probe()394 if (readb(base) == TESTvalue) { /* found one */ in com90xx_probe()426 writeb(TESTvalue, iomem[index]); in com90xx_probe()444 if (readb(p) == TESTvalue) in check_mirror()481 if (readb(p) == TESTvalue && in com90xx_found()607 if (readb(lp->mem_start) != TESTvalue) { in com90xx_reset()
128 if (readb(p) == TESTvalue) in check_mirror()167 writeb(TESTvalue, p); in arcrimi_found()177 if (readb(p) == TESTvalue && in arcrimi_found()269 writeb(TESTvalue, ioaddr - 0x800); /* fake reset */ in arcrimi_reset()
144 if ((status = inb(_MEMDATA)) != TESTvalue) { in com20020_check()285 if (inbyte != TESTvalue) { in com20020_reset()
311 if (get_buffer_byte(dev, 0) != TESTvalue) { in com90io_reset()
169 #define TESTvalue 0321 /* that's octal for 0xD1 :) */ macro