/src/sys/external/bsd/drm2/dist/drm/i2c/ |
ch7006_mode.c | 60 .voffset = 0, 67 .voffset = 0, 74 .voffset = 0, 81 .voffset = 16, 92 .voffset = 0, 99 .voffset = 0, 106 .voffset = 16, 364 + norm->voffset) * priv->vmargin / 100 / 2;
|
ch7006_priv.h | 61 int voffset; member in struct:ch7006_tv_norm_info
|
/src/sys/arch/dreamcast/dev/ |
pvr.c | 470 int modulo = 1, voffset, hoffset; local in function:pvrinit 484 voffset = 36; 506 voffset = 18; 520 voffset = 28; 552 DIWVSTRT_V1(voffset) | DIWVSTRT_V2(voffset));
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_client_modeset.c | 351 int hoffset = 0, voffset = 0; local in function:drm_client_get_tile_offsets 367 voffset += modes[i]->vdisplay; 370 offsets[idx].y = voffset; 371 DRM_DEBUG_KMS("returned %d %d for %d %d\n", hoffset, voffset, h_idx, v_idx);
|