Searched refs:CRTC_CSYNC_EN (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/video/
H A Daty128.h278 #define CRTC_CSYNC_EN 0x00000010 macro
H A Dmach64.h590 #define CRTC_CSYNC_EN 0x00000010 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/aty/
H A Datyfb_base.c697 (crtc->gen_cntl & CRTC_CSYNC_EN)?'P':'N');
956 c_sync = sync & FB_SYNC_COMP_HIGH_ACT ? CRTC_CSYNC_EN : 0;
1116 c_sync = crtc->gen_cntl & CRTC_CSYNC_EN ? 1 : 0;
H A Daty128fb.c1207 c_sync = crtc->gen_cntl & CRTC_CSYNC_EN ? 1 : 0;

Completed in 67 milliseconds