Searched refs:CRTC_VLINE_CRNT_VLINE (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/video/
H A Daty128.h42 #define CRTC_VLINE_CRNT_VLINE 0x0210 macro
H A Dmach64.h46 #define CRTC_VLINE_CRNT_VLINE 0x0010 /* Dword offset 0_04 */ macro
H A Dradeon.h158 #define CRTC_VLINE_CRNT_VLINE 0x0210 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/aty/
H A Dradeon_base.c472 if (((INREG(CRTC_VLINE_CRNT_VLINE) >> 16) & 0x3ff) == 0)
478 if (((INREG(CRTC_VLINE_CRNT_VLINE) >> 16) & 0x3ff) != 0)
482 if (((INREG(CRTC_VLINE_CRNT_VLINE) >> 16) & 0x3ff) == 0)
H A Datyfb_base.c648 crtc->vline_crnt_vline = aty_ld_le32(CRTC_VLINE_CRNT_VLINE, par);
704 DPRINTK("CRTC_VLINE_CRNT_VLINE: %x\n", crtc->vline_crnt_vline);
712 aty_st_le32(CRTC_VLINE_CRNT_VLINE, crtc->vline_crnt_vline, par);

Completed in 81 milliseconds