Searched refs:v_tot_disp (Results 1 – 2 of 2) sorted by relevance
509 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_tot_disp, info); in aty_set_crtc()725 crtc->v_tot_disp = v_total | (v_disp<<16); in aty_var_to_crtc()750 crtc->v_tot_disp = lcd_vtotal | (v_disp<<16); in aty_var_to_crtc()806 v_total = crtc->v_tot_disp & 0x7ff; in aty_crtc_to_var()807 v_disp = (crtc->v_tot_disp>>16) & 0x7ff; in aty_crtc_to_var()1028 display_info.height = ((par->crtc.v_tot_disp>>16) & 0x7ff)+1; in atyfb_set_par()1047 ((par->crtc.v_tot_disp>>16) & 0x7ff)+1, in atyfb_set_par()1476 yres = ((par->crtc.v_tot_disp>>16) & 0x7ff)+1; in atyfb_pan_display()2632 crtc.v_tot_disp = aty_ld_le32(CRTC_V_TOTAL_DISP, info); in atyfb_init()3348 yres = ((par->crtc.v_tot_disp >> 16) & 0x7ff) + 1; in atyfbcon_updatevar()
21 u32 v_tot_disp; member