test_value         76 dev/pci/if_san_te1.c 	unsigned char test_value = READ_REG(reg);			\
test_value         77 dev/pci/if_san_te1.c 	if (test_value != value) {					\
test_value         87 dev/pci/if_san_te1.c 	unsigned char test_value = ReadRPSCReg(card,channel,reg);	\
test_value         88 dev/pci/if_san_te1.c 	if (test_value != value) {					\
test_value         98 dev/pci/if_san_te1.c 	unsigned char test_value = ReadTPSCReg(card,channel,reg);	\
test_value         99 dev/pci/if_san_te1.c 	if (test_value != value) {					\