Lines Matching refs:xpos
113 unsigned int xpos; member
196 int xpos; member
703 int xpos, int ypos) in au1200_setlocation() argument
718 if ((xpos + win->w[plane].xres) > panel->Xres) { in au1200_setlocation()
720 xsz = panel->Xres - xpos; /* off by 1 ??? */ in au1200_setlocation()
730 if (xpos < 0) { in au1200_setlocation()
732 xsz = win->w[plane].xres + xpos; in au1200_setlocation()
733 fb_offset += (((0 - xpos) * winbpp(lcd->window[plane].winctrl1))/8); in au1200_setlocation()
734 xpos = 0; in au1200_setlocation()
747 win->w[plane].xpos = xpos; in au1200_setlocation()
752 winctrl0 |= (xpos << 21); in au1200_setlocation()
852 au1200_setlocation(fbdev, 0, win->w[0].xpos, win->w[0].ypos); in au1200_setpanel()
853 au1200_setlocation(fbdev, 1, win->w[1].xpos, win->w[1].ypos); in au1200_setpanel()
854 au1200_setlocation(fbdev, 2, win->w[2].xpos, win->w[2].ypos); in au1200_setpanel()
855 au1200_setlocation(fbdev, 3, win->w[3].xpos, win->w[3].ypos); in au1200_setpanel()
946 au1200_setlocation(fbdev, plane, win->w[plane].xpos, win->w[plane].ypos); in au1200_setmode()
1297 val |= ((pdata->xpos << 21) & LCD_WINCTRL0_OX); in set_window()
1391 pdata->xpos = (lcd->window[plane].winctrl0 & LCD_WINCTRL0_OX) >> 21; in get_window()