Searched refs:testval (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/char/
H A Ddtlk.c392 unsigned int testval = 0; local
402 dtlk_portlist[i], (testval = inw_p(dtlk_portlist[i])));
408 testval = inw_p(dtlk_portlist[i]);
409 if ((testval &= 0xfbff) == 0x107f) {
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Ddac.c242 uint32_t sample, testval, regoffset = nv04_dac_output_offset(encoder); local
249 testval = RGB_TEST_DATA(0xa0, 0xa0, 0xa0);
252 testval = drm->vbios.tvdactestval;
254 testval = RGB_TEST_DATA(0x140, 0x140, 0x140); /* 0x94050140 */
257 testval = drm->vbios.dactestval;
305 NV_PRAMDAC_TESTPOINT_DATA_NOTBLANK | testval);
H A Dtvnv17.c51 uint32_t testval, regoffset = nv04_dac_output_offset(encoder); local
58 testval = RGB_TEST_DATA(0x82, 0xeb, 0x82);
60 testval = drm->vbios.tvdactestval;
103 NVWriteRAMDAC(dev, head, 0x680c6c, testval >> 10 & 0x3ff);
109 NVWriteRAMDAC(dev, head, 0x680c6c, testval & 0x3ff);
/linux-master/drivers/media/usb/dvb-usb/
H A Dopera1.c458 u8 testval; local
467 opera1_xilinx_rw(dev, 0xbc, 0x00, &testval, 1, OPERA_READ_MSG);
468 if (p != NULL && testval != 0x67) {
/linux-master/scripts/
H A Dcheckpatch.pl6442 my $testval = $2;
6448 if ($s =~ /(?:^|\n)[ \+]\s*(?:$Type\s*)?\Q$testval\E\s*=\s*(?:\([^\)]*\)\s*)?\s*$allocFunctions\s*\(/ &&

Completed in 198 milliseconds