diwstop_h 727 drivers/video/fbdev/amifb.c u_short diwstop_h; /* vmode */ diwstop_h 1005 drivers/video/fbdev/amifb.c #define diwstop2hw(diwstop_h, diwstop_v) \ diwstop_h 1006 drivers/video/fbdev/amifb.c (((diwstop_v) << 7 & 0xff00) | ((diwstop_h)>>2 & 0x00ff)) diwstop_h 1007 drivers/video/fbdev/amifb.c #define diwhigh2hw(diwstrt_h, diwstrt_v, diwstop_h, diwstop_v) \ diwstop_h 1008 drivers/video/fbdev/amifb.c (((diwstop_h) << 3 & 0x2000) | ((diwstop_h) << 11 & 0x1800) | \ diwstop_h 1227 drivers/video/fbdev/amifb.c par->diwstop_h = par->htotal - diwstop_h 1230 drivers/video/fbdev/amifb.c par->diwstop_h += mod4(var->hsync_len); diwstop_h 1232 drivers/video/fbdev/amifb.c par->diwstop_h = down4(par->diwstop_h); diwstop_h 1234 drivers/video/fbdev/amifb.c par->diwstrt_h = par->diwstop_h - xres_n; diwstop_h 1238 drivers/video/fbdev/amifb.c if (par->diwstop_h >= par->htotal + 8) { diwstop_h 1318 drivers/video/fbdev/amifb.c if (par->diwstrt_h >= 1024 || par->diwstop_h < 1024 || diwstop_h 1328 drivers/video/fbdev/amifb.c par->diwstop_h = par->htotal - mod8(par->hsstrt) + 8 - (1 << clk_shift); diwstop_h 1330 drivers/video/fbdev/amifb.c par->diwstop_h = down4(par->diwstop_h) - 16; diwstop_h 1331 drivers/video/fbdev/amifb.c par->diwstrt_h = par->diwstop_h - xres_n; diwstop_h 1333 drivers/video/fbdev/amifb.c par->hbstrt = par->diwstop_h + 4; diwstop_h 1573 drivers/video/fbdev/amifb.c var->hsync_len = (152>>clk_shift) + mod4(par->diwstop_h); diwstop_h 1574 drivers/video/fbdev/amifb.c var->right_margin = ((par->htotal - down4(par->diwstop_h))>>clk_shift) + var->hsync_len; diwstop_h 2259 drivers/video/fbdev/amifb.c (copl++)->l = CMOVE(diwstop2hw(par->diwstop_h, par->diwstop_v + 1), diwstop); diwstop_h 2261 drivers/video/fbdev/amifb.c (cops++)->l = CMOVE(diwstop2hw(par->diwstop_h, par->diwstop_v), diwstop); diwstop_h 2264 drivers/video/fbdev/amifb.c par->diwstop_h, par->diwstop_v + 1), diwhigh); diwstop_h 2266 drivers/video/fbdev/amifb.c par->diwstop_h, par->diwstop_v), diwhigh); diwstop_h 2287 drivers/video/fbdev/amifb.c (copl++)->l = CMOVE(diwstop2hw(par->diwstop_h, par->diwstop_v), diwstop); diwstop_h 2290 drivers/video/fbdev/amifb.c par->diwstop_h, par->diwstop_v), diwhigh);