Home
last modified time | relevance | path

Searched refs:crtcoff (Results 1 – 3 of 3) sorted by relevance

/dports/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.7/src/
H A Dvtypes.h116 CARD32 crtcoff; member
H A Dvmodes.c372 reg->crtcoff = verite_in32(iob+CRTCOFFSET); in verite_save()
428 verite_out32(iob+CRTCOFFSET,reg->crtcoff); in verite_restore()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dradeonfb.c3687 int i, x, y, xoff, yoff, crtcoff; in radeonfb_cursor_position() local
3700 crtcoff = RADEON_CRTC2_OFFSET; in radeonfb_cursor_position()
3705 crtcoff = RADEON_CRTC_OFFSET; in radeonfb_cursor_position()
3754 PUT32(sc, crtcoff, (rcp->rc_yoffset * dp->rd_stride) + in radeonfb_cursor_position()