/src/sys/dev/ic/ |
igsfb_subr.c | 485 int i, m, n, p, hoffset, bytes_per_pixel, memfetch; local in function:igsfb_set_mode 515 hoffset = (mode->hdisplay >> 3) * bytes_per_pixel; 516 memfetch = hoffset + 1; 591 igs_crtc_write(iot, ioh, 0x13, hoffset & 0xff); 625 ((memfetch & 0x300) >> 8) | ((hoffset & 0x300) >> 4));
|
/src/sys/arch/dreamcast/dev/ |
pvr.c | 470 int modulo = 1, voffset, hoffset; local in function:pvrinit 483 hoffset = 164; 505 hoffset = 174; 519 hoffset = 170; 555 PVR_REG_WRITE(dc, PVRREG_DIWHSTRT, hoffset); /* H start */
|
/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 364 hoffset += modes[i]->hdisplay; 369 offsets[idx].x = hoffset; 371 DRM_DEBUG_KMS("returned %d %d for %d %d\n", hoffset, voffset, h_idx, v_idx);
|