Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/
Dau1200fb.c704 int xsz, ysz; in au1200_setlocation() local
715 ysz = win->w[plane].yres; in au1200_setlocation()
724 ysz = panel->Yres - ypos; /* off by 1 ??? */ in au1200_setlocation()
738 ysz = win->w[plane].yres + ypos; in au1200_setlocation()
749 ysz -= 1; in au1200_setlocation()
753 winctrl1 |= (ysz << 0); in au1200_setlocation()