Searched refs:crtcvert (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Dvmodes.c83 #define VERTAC(crtcvert) \
84 ((((vu32)crtcvert)&CRTCVERT_ACTIVE_MASK)+1)
86 #define VERTBP(crtcvert) \
87 (((((vu32)crtcvert)&CRTCVERT_BACKPORCH_MASK)>>11)+1)
89 #define VERTSY(crtcvert) \
90 (((((vu32)crtcvert)&CRTCVERT_SYNC_MASK)>>17)+1)
92 #define VERTFP(crtcvert) \
93 (((((vu32)crtcvert)&CRTCVERT_FRONTPORCH_MASK)>>20)+1)
H A Dv2kregs.h113 vu32 crtcvert; /* 0x1008c */ member in struct:_v_mem_io

Completed in 4 milliseconds