Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dau1200fb.c706 int xsz, ysz; in au1200_setlocation() local
717 ysz = win->w[plane].yres; in au1200_setlocation()
726 ysz = panel->Yres - ypos; /* off by 1 ??? */ in au1200_setlocation()
740 ysz = win->w[plane].yres + ypos; in au1200_setlocation()
751 ysz -= 1; in au1200_setlocation()
755 winctrl1 |= (ysz << 0); in au1200_setlocation()