Lines Matching refs:ypos
114 unsigned int ypos;
197 int ypos;
219 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
225 /* xres, yres, xpos, ypos */ 100, 100, 100, 100,
232 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
238 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
253 /* xres, yres, xpos, ypos */ 320, 240, 5, 5,
259 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
265 /* xres, yres, xpos, ypos */ 100, 100, 0, 0,
272 /* xres, yres, xpos, ypos */ 200, 25, 0, 0,
286 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
292 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
298 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
304 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
703 int xpos, int ypos)
724 if ((ypos + win->w[plane].yres) > panel->Yres) {
726 ysz = panel->Yres - ypos; /* off by 1 ??? */
738 if (ypos < 0) {
740 ysz = win->w[plane].yres + ypos;
741 /* fixme: fb_offset += ((0-ypos)*fb_pars[plane].line_length); */
742 ypos = 0;
748 win->w[plane].ypos = ypos;
753 winctrl0 |= (ypos << 10);
852 au1200_setlocation(fbdev, 0, win->w[0].xpos, win->w[0].ypos);
853 au1200_setlocation(fbdev, 1, win->w[1].xpos, win->w[1].ypos);
854 au1200_setlocation(fbdev, 2, win->w[2].xpos, win->w[2].ypos);
855 au1200_setlocation(fbdev, 3, win->w[3].xpos, win->w[3].ypos);
946 au1200_setlocation(fbdev, plane, win->w[plane].xpos, win->w[plane].ypos);
1301 val |= ((pdata->ypos << 10) & LCD_WINCTRL0_OY);
1395 pdata->ypos = (lcd->window[plane].winctrl0 & LCD_WINCTRL0_OY) >> 10;