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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/aty/
H A Datyfb.h19 u32 v_tot_disp; member in struct:crtc
H A Datyfb_base.c658 crtc->v_tot_disp = aty_ld_le32(CRTC_V_TOTAL_DISP, par);
707 (((crtc->v_tot_disp >> 16) & 0x7ff) + 1),
714 DPRINTK("CRTC_V_TOTAL_DISP: %x\n", crtc->v_tot_disp);
722 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_tot_disp, par);
1009 crtc->v_tot_disp = v_total | (v_disp << 16);
1127 crtc->shadow_v_tot_disp = crtc->v_tot_disp;
1157 v_total = crtc->v_tot_disp & 0x7ff;
1158 v_disp = (crtc->v_tot_disp >> 16) & 0x7ff;
1442 ((par->crtc.v_tot_disp >> 16) & 0x7ff) + 1,
1715 yres = ((par->crtc.v_tot_disp >> 1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/aty/
H A Datyfb.h19 u32 v_tot_disp; member in struct:crtc
H A Datyfb_base.c658 crtc->v_tot_disp = aty_ld_le32(CRTC_V_TOTAL_DISP, par);
707 (((crtc->v_tot_disp >> 16) & 0x7ff) + 1),
714 DPRINTK("CRTC_V_TOTAL_DISP: %x\n", crtc->v_tot_disp);
722 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_tot_disp, par);
1009 crtc->v_tot_disp = v_total | (v_disp << 16);
1127 crtc->shadow_v_tot_disp = crtc->v_tot_disp;
1157 v_total = crtc->v_tot_disp & 0x7ff;
1158 v_disp = (crtc->v_tot_disp >> 16) & 0x7ff;
1442 ((par->crtc.v_tot_disp >> 16) & 0x7ff) + 1,
1715 yres = ((par->crtc.v_tot_disp >> 1
[all...]

Completed in 112 milliseconds