Lines Matching refs:win

183 static struct window_settings *win;  variable
716 xsz = win->w[plane].xres; in au1200_setlocation()
717 ysz = win->w[plane].yres; in au1200_setlocation()
718 if ((xpos + win->w[plane].xres) > panel->Xres) { in au1200_setlocation()
724 if ((ypos + win->w[plane].yres) > panel->Yres) { in au1200_setlocation()
732 xsz = win->w[plane].xres + xpos; in au1200_setlocation()
740 ysz = win->w[plane].yres + ypos; in au1200_setlocation()
747 win->w[plane].xpos = xpos; in au1200_setlocation()
748 win->w[plane].ypos = ypos; 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()
872 lcd->backcolor = win->mode_backcolor; in au1200_setpanel()
875 lcd->colorkey = win->mode_colorkey; in au1200_setpanel()
876 lcd->colorkeymsk = win->mode_colorkeymsk; in au1200_setpanel()
943 | win->w[plane].mode_winctrl1 /* FRM,CCO,PO,PIPE */ in au1200_setmode()
946 au1200_setlocation(fbdev, plane, win->w[plane].xpos, win->w[plane].ypos); in au1200_setmode()
955 lcd->winenable |= win->w[plane].mode_winenable; in au1200_setmode()
1050 var->xres = win->w[plane].xres; in au1200fb_fb_check_var()
1051 var->yres = win->w[plane].yres; in au1200fb_fb_check_var()
1057 var->bits_per_pixel = winbpp(win->w[plane].mode_winctrl1); in au1200fb_fb_check_var()
1100 idx = (win->w[0].mode_winctrl1 & LCD_WINCTRL1_FRM) >> 25; in au1200fb_fb_check_var()
1113 idx = (win->w[0].mode_winctrl1 & LCD_WINCTRL1_FRM) >> 25; in au1200fb_fb_check_var()
1526 bpp = winbpp(win->w[fbdev->plane].mode_winctrl1); in au1200fb_init_fbinfo()
1667 win = &windows[window_index]; in au1200fb_drv_probe()
1670 printk(DRIVER_NAME ": Win %d %s\n", window_index, win->name); in au1200fb_drv_probe()
1673 bpp = winbpp(win->w[plane].mode_winctrl1); in au1200fb_drv_probe()
1674 if (win->w[plane].xres == 0) in au1200fb_drv_probe()
1675 win->w[plane].xres = panel->Xres; in au1200fb_drv_probe()
1676 if (win->w[plane].yres == 0) in au1200fb_drv_probe()
1677 win->w[plane].yres = panel->Yres; in au1200fb_drv_probe()
1695 fbdev->fb_len = (win->w[plane].xres * win->w[plane].yres * bpp) / 8; in au1200fb_drv_probe()