testval           392 drivers/char/dtlk.c 	unsigned int testval = 0;
testval           402 drivers/char/dtlk.c 		       dtlk_portlist[i], (testval = inw_p(dtlk_portlist[i])));
testval           408 drivers/char/dtlk.c 		testval = inw_p(dtlk_portlist[i]);
testval           409 drivers/char/dtlk.c 		if ((testval &= 0xfbff) == 0x107f) {
testval           241 drivers/gpu/drm/nouveau/dispnv04/dac.c 	uint32_t sample, testval, regoffset = nv04_dac_output_offset(encoder);
testval           248 drivers/gpu/drm/nouveau/dispnv04/dac.c 		testval = RGB_TEST_DATA(0xa0, 0xa0, 0xa0);
testval           251 drivers/gpu/drm/nouveau/dispnv04/dac.c 			testval = drm->vbios.tvdactestval;
testval           253 drivers/gpu/drm/nouveau/dispnv04/dac.c 		testval = RGB_TEST_DATA(0x140, 0x140, 0x140); /* 0x94050140 */
testval           256 drivers/gpu/drm/nouveau/dispnv04/dac.c 			testval = drm->vbios.dactestval;
testval           304 drivers/gpu/drm/nouveau/dispnv04/dac.c 		      NV_PRAMDAC_TESTPOINT_DATA_NOTBLANK | testval);
testval            50 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c 	uint32_t testval, regoffset = nv04_dac_output_offset(encoder);
testval            57 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c 	testval = RGB_TEST_DATA(0x82, 0xeb, 0x82);
testval            59 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c 		testval = drm->vbios.tvdactestval;
testval           102 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c 	NVWriteRAMDAC(dev, head, 0x680c6c, testval >> 10 & 0x3ff);
testval           108 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c 	NVWriteRAMDAC(dev, head, 0x680c6c, testval & 0x3ff);
testval           449 drivers/media/usb/dvb-usb/opera1.c 	u8 testval;
testval           458 drivers/media/usb/dvb-usb/opera1.c 		opera1_xilinx_rw(dev, 0xbc, 0x00, &testval, 1, OPERA_READ_MSG);
testval           459 drivers/media/usb/dvb-usb/opera1.c 		if (p != NULL && testval != 0x67) {
testval          5035 drivers/tty/synclinkmp.c 	static unsigned char testval[] = {0x00, 0xff, 0xaa, 0x55, 0x69, 0x96};
testval          5036 drivers/tty/synclinkmp.c 	static unsigned int count = ARRAY_SIZE(testval);
testval          5051 drivers/tty/synclinkmp.c 		write_reg(info, TMC, testval[i]);
testval          5052 drivers/tty/synclinkmp.c 		write_reg(info, IDL, testval[(i+1)%count]);
testval          5053 drivers/tty/synclinkmp.c 		write_reg(info, SA0, testval[(i+2)%count]);
testval          5054 drivers/tty/synclinkmp.c 		write_reg(info, SA1, testval[(i+3)%count]);
testval          5056 drivers/tty/synclinkmp.c 		if ( (read_reg(info, TMC) != testval[i]) ||
testval          5057 drivers/tty/synclinkmp.c 			  (read_reg(info, IDL) != testval[(i+1)%count]) ||
testval          5058 drivers/tty/synclinkmp.c 			  (read_reg(info, SA0) != testval[(i+2)%count]) ||
testval          5059 drivers/tty/synclinkmp.c 			  (read_reg(info, SA1) != testval[(i+3)%count]) )
testval          5352 drivers/tty/synclinkmp.c 	static unsigned long testval[] = { 0x0, 0x55555555, 0xaaaaaaaa,
testval          5354 drivers/tty/synclinkmp.c 	unsigned long count = ARRAY_SIZE(testval);
testval          5362 drivers/tty/synclinkmp.c 		*addr = testval[i];
testval          5363 drivers/tty/synclinkmp.c 		if ( *addr != testval[i] )