Lines Matching refs:ebottom
76 int ebottom; /* exclusive */ member
148 h = msmfb->update_info.ebottom - y; in msmfb_start_dma()
153 msmfb->update_info.ebottom = 0; in msmfb_start_dma()
194 uint32_t eright, uint32_t ebottom, in msmfb_pan_update() argument
204 left, top, eright, ebottom, yoffset, pan_display); in msmfb_pan_update()
255 ebottom == info->var.yres) { in msmfb_pan_update()
271 if (ebottom > msmfb->update_info.ebottom) in msmfb_pan_update()
272 msmfb->update_info.ebottom = ebottom; in msmfb_pan_update()
275 msmfb->update_info.eright, msmfb->update_info.ebottom, in msmfb_pan_update()
294 uint32_t eright, uint32_t ebottom) in msmfb_update() argument
296 msmfb_pan_update(info, left, top, eright, ebottom, 0, 0); in msmfb_update()