Searched refs:testval (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv04/ ! |
D | dac.c | 242 uint32_t sample, testval, regoffset = nv04_dac_output_offset(encoder); in nv17_dac_sample_load() local 249 testval = RGB_TEST_DATA(0xa0, 0xa0, 0xa0); in nv17_dac_sample_load() 252 testval = drm->vbios.tvdactestval; in nv17_dac_sample_load() 254 testval = RGB_TEST_DATA(0x140, 0x140, 0x140); /* 0x94050140 */ in nv17_dac_sample_load() 257 testval = drm->vbios.dactestval; in nv17_dac_sample_load() 305 NV_PRAMDAC_TESTPOINT_DATA_NOTBLANK | testval); in nv17_dac_sample_load()
|
D | tvnv17.c | 50 uint32_t testval, regoffset = nv04_dac_output_offset(encoder); in nv42_tv_sample_load() local 57 testval = RGB_TEST_DATA(0x82, 0xeb, 0x82); in nv42_tv_sample_load() 59 testval = drm->vbios.tvdactestval; in nv42_tv_sample_load() 102 NVWriteRAMDAC(dev, head, 0x680c6c, testval >> 10 & 0x3ff); in nv42_tv_sample_load() 108 NVWriteRAMDAC(dev, head, 0x680c6c, testval & 0x3ff); in nv42_tv_sample_load()
|
/linux-6.1.9/drivers/char/ ! |
D | dtlk.c | 392 unsigned int testval = 0; in dtlk_dev_probe() local 402 dtlk_portlist[i], (testval = inw_p(dtlk_portlist[i]))); in dtlk_dev_probe() 408 testval = inw_p(dtlk_portlist[i]); in dtlk_dev_probe() 409 if ((testval &= 0xfbff) == 0x107f) { in dtlk_dev_probe()
|
/linux-6.1.9/drivers/media/usb/dvb-usb/ ! |
D | opera1.c | 454 u8 testval; in opera1_xilinx_load_firmware() local 463 opera1_xilinx_rw(dev, 0xbc, 0x00, &testval, 1, OPERA_READ_MSG); in opera1_xilinx_load_firmware() 464 if (p != NULL && testval != 0x67) { in opera1_xilinx_load_firmware()
|
/linux-6.1.9/scripts/ ! |
D | checkpatch.pl | 6352 my $testval = $2; 6358 …if ($s =~ /(?:^|\n)[ \+]\s*(?:$Type\s*)?\Q$testval\E\s*=\s*(?:\([^\)]*\)\s*)?\s*$allocFunctions\s*…
|