Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/aty/
H A Datyfb.h33 u32 shadow_h_tot_disp; member
H A Datyfb_base.c694 crtc->shadow_h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par); in aty_get_crtc()
765 ((((crtc->shadow_h_tot_disp >> 16) & 0xff) + 1) << 3), in aty_set_crtc()
771 crtc->shadow_h_tot_disp); in aty_set_crtc()
779 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->shadow_h_tot_disp, par); in aty_set_crtc()
1149 crtc->shadow_h_tot_disp = crtc->h_tot_disp; in aty_var_to_crtc()