/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
nouveau_dispnv04_dac.c | 246 uint32_t sample, testval, regoffset = nv04_dac_output_offset(encoder); local in function:nv17_dac_sample_load 253 testval = RGB_TEST_DATA(0xa0, 0xa0, 0xa0); 256 testval = drm->vbios.tvdactestval; 258 testval = RGB_TEST_DATA(0x140, 0x140, 0x140); /* 0x94050140 */ 261 testval = drm->vbios.dactestval; 309 NV_PRAMDAC_TESTPOINT_DATA_NOTBLANK | testval);
|
nouveau_dispnv04_tvnv17.c | 55 uint32_t testval, regoffset = nv04_dac_output_offset(encoder); local in function:nv42_tv_sample_load 62 testval = RGB_TEST_DATA(0x82, 0xeb, 0x82); 64 testval = drm->vbios.tvdactestval; 107 NVWriteRAMDAC(dev, head, 0x680c6c, testval >> 10 & 0x3ff); 113 NVWriteRAMDAC(dev, head, 0x680c6c, testval & 0x3ff);
|
/src/sys/fs/nfs/server/ |
nfs_nfsdport.c | 2945 static int testval = 1; local in function:nfsrv_mallocmget_limit 2947 if (nfsrv_testmalloclimit && (testval++ % 1000) == 0) {
|