TESTvalue         109 drivers/net/arcnet/arc-rimi.c 		if (arcnet_readb(p, COM9026_REG_R_STATUS) == TESTvalue)
TESTvalue         147 drivers/net/arcnet/arc-rimi.c 	arcnet_writeb(TESTvalue, p, COM9026_REG_W_INTMASK);
TESTvalue         148 drivers/net/arcnet/arc-rimi.c 	arcnet_writeb(TESTvalue, p, COM9026_REG_W_COMMAND);
TESTvalue         158 drivers/net/arcnet/arc-rimi.c 	if (arcnet_readb(p, COM9026_REG_R_STATUS) == TESTvalue &&
TESTvalue         249 drivers/net/arcnet/arc-rimi.c 		arcnet_writeb(TESTvalue, ioaddr, -0x800);	/* fake reset */
TESTvalue         146 drivers/net/arcnet/com20020.c 	if (status != TESTvalue) {
TESTvalue         317 drivers/net/arcnet/com20020.c 	if (inbyte != TESTvalue) {
TESTvalue         301 drivers/net/arcnet/com90io.c 	if (get_buffer_byte(dev, 0) != TESTvalue) {
TESTvalue         233 drivers/net/arcnet/com90xx.c 		if (arcnet_readb(base, COM9026_REG_R_STATUS) != TESTvalue) {
TESTvalue         236 drivers/net/arcnet/com90xx.c 				 TESTvalue);
TESTvalue         379 drivers/net/arcnet/com90xx.c 			arcnet_writeb(TESTvalue, iomem[0],
TESTvalue         391 drivers/net/arcnet/com90xx.c 			if (arcnet_readb(base, COM9026_REG_R_STATUS) == TESTvalue) {	/* found one */
TESTvalue         428 drivers/net/arcnet/com90xx.c 		arcnet_writeb(TESTvalue, iomem[index], COM9026_REG_W_INTMASK);
TESTvalue         446 drivers/net/arcnet/com90xx.c 		if (arcnet_readb(p, COM9026_REG_R_STATUS) == TESTvalue)
TESTvalue         484 drivers/net/arcnet/com90xx.c 	if (arcnet_readb(p, COM9026_REG_R_STATUS) == TESTvalue &&
TESTvalue         613 drivers/net/arcnet/com90xx.c 	if (arcnet_readb(lp->mem_start, COM9026_REG_R_STATUS) != TESTvalue) {