Searched refs:TESTvalue (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/arcnet/ |
A D | com90xx.c | 233 if (arcnet_readb(base, COM9026_REG_R_STATUS) != TESTvalue) { in com90xx_probe() 236 TESTvalue); in com90xx_probe() 379 arcnet_writeb(TESTvalue, iomem[0], in com90xx_probe() 391 if (arcnet_readb(base, COM9026_REG_R_STATUS) == TESTvalue) { /* found one */ in com90xx_probe() 428 arcnet_writeb(TESTvalue, iomem[index], COM9026_REG_W_INTMASK); in com90xx_probe() 446 if (arcnet_readb(p, COM9026_REG_R_STATUS) == TESTvalue) in check_mirror() 484 if (arcnet_readb(p, COM9026_REG_R_STATUS) == TESTvalue && in com90xx_found() 614 if (arcnet_readb(lp->mem_start, COM9026_REG_R_STATUS) != TESTvalue) { in com90xx_reset()
|
A D | arc-rimi.c | 109 if (arcnet_readb(p, COM9026_REG_R_STATUS) == TESTvalue) in check_mirror() 147 arcnet_writeb(TESTvalue, p, COM9026_REG_W_INTMASK); in arcrimi_found() 148 arcnet_writeb(TESTvalue, p, COM9026_REG_W_COMMAND); in arcrimi_found() 158 if (arcnet_readb(p, COM9026_REG_R_STATUS) == TESTvalue && in arcrimi_found() 250 arcnet_writeb(TESTvalue, ioaddr, -0x800); /* fake reset */ in arcrimi_reset()
|
A D | com20020.c | 146 if (status != TESTvalue) { in com20020_check() 317 if (inbyte != TESTvalue) { in com20020_reset()
|
A D | arcdevice.h | 174 #define TESTvalue 0321 /* that's octal for 0xD1 :) */ macro
|
A D | com90io.c | 301 if (get_buffer_byte(dev, 0) != TESTvalue) { in com90io_reset()
|
Completed in 10 milliseconds