Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/aty/
Datyfb.h23 u32 off_pitch; member
Datyfb_base.c512 aty_st_le32(CRTC_OFF_PITCH, crtc->off_pitch, info); in aty_set_crtc()
690 crtc->off_pitch = ((yoffset*vxres+xoffset)*bpp/64) | (vxres<<19); in aty_var_to_crtc()
1124 par->crtc.off_pitch = ((yoffset*vxres+xoffset)*bpp/64) | (vxres<<19); in set_off_pitch()
1125 aty_st_le32(CRTC_OFF_PITCH, par->crtc.off_pitch, info); in set_off_pitch()