Searched refs:off_pitch (Results 1 – 2 of 2) sorted by relevance
/drivers/video/aty/ |
D | atyfb_base.c | 652 crtc->off_pitch = aty_ld_le32(CRTC_OFF_PITCH, par); in aty_get_crtc() 706 DPRINTK("CRTC_OFF_PITCH: %x\n", crtc->off_pitch); in aty_set_crtc() 714 aty_st_le32(CRTC_OFF_PITCH, crtc->off_pitch, par); in aty_set_crtc() 972 crtc->off_pitch = ((yoffset*vxres+xoffset)*bpp/64) | (vxres<<19); in aty_var_to_crtc() 1511 par->crtc.off_pitch = ((yoffset * vxres + xoffset) * bpp / 64) | (vxres << 19); in set_off_pitch() 1548 aty_st_le32(CRTC_OFF_PITCH, par->crtc.off_pitch, par); in aty_irq() 1596 aty_st_le32(CRTC_OFF_PITCH, par->crtc.off_pitch, par); in aty_disable_irq() 1678 aty_st_le32(CRTC_OFF_PITCH, par->crtc.off_pitch, par); in atyfb_pan_display()
|
D | atyfb.h | 22 u32 off_pitch; member
|