Home
last modified time | relevance | path

Searched refs:testval (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/nouveau/dispnv04/
Ddac.c242 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()
Dtvnv17.c51 uint32_t testval, regoffset = nv04_dac_output_offset(encoder); in nv42_tv_sample_load() local
58 testval = RGB_TEST_DATA(0x82, 0xeb, 0x82); in nv42_tv_sample_load()
60 testval = drm->vbios.tvdactestval; in nv42_tv_sample_load()
103 NVWriteRAMDAC(dev, head, 0x680c6c, testval >> 10 & 0x3ff); in nv42_tv_sample_load()
109 NVWriteRAMDAC(dev, head, 0x680c6c, testval & 0x3ff); in nv42_tv_sample_load()
/Linux-v6.6/drivers/char/
Ddtlk.c392 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-v6.6/drivers/media/usb/dvb-usb/
Dopera1.c458 u8 testval; in opera1_xilinx_load_firmware() local
467 opera1_xilinx_rw(dev, 0xbc, 0x00, &testval, 1, OPERA_READ_MSG); in opera1_xilinx_load_firmware()
468 if (p != NULL && testval != 0x67) { in opera1_xilinx_load_firmware()
/Linux-v6.6/scripts/
Dcheckpatch.pl6444 my $testval = $2;
6450 …if ($s =~ /(?:^|\n)[ \+]\s*(?:$Type\s*)?\Q$testval\E\s*=\s*(?:\([^\)]*\)\s*)?\s*$allocFunctions\s*…