Home
last modified time | relevance | path

Searched refs:h_tot_disp (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/video/aty/
Datyfb_base.c491 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_tot_disp, info); in aty_set_crtc()
502 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_tot_disp, info); in aty_set_crtc()
721 crtc->h_tot_disp = h_total | (h_disp<<16); in aty_var_to_crtc()
745 crtc->h_tot_disp = (lcd_htotal) | (h_disp<<16); in aty_var_to_crtc()
799 h_total = crtc->h_tot_disp & 0x1ff; in aty_crtc_to_var()
800 h_disp = (crtc->h_tot_disp>>16) & 0xff; in aty_crtc_to_var()
1029 display_info.width = (((par->crtc.h_tot_disp>>16) & 0xff)+1)*8; in atyfb_set_par()
1046 (((par->crtc.h_tot_disp>>16) & 0xff)+1)*8, in atyfb_set_par()
1475 xres = (((par->crtc.h_tot_disp>>16) & 0xff)+1)*8; in atyfb_pan_display()
2630 crtc.h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, info); in atyfb_init()
[all …]
Datyfb.h19 u32 h_tot_disp; member