stop_v 1049 drivers/video/fbdev/amifb.c #define spr2hw_ctl(start_v, start_h, stop_v) \ stop_v 1050 drivers/video/fbdev/amifb.c (((stop_v) << 7 & 0xff00) | ((start_v)>>4 & 0x0040) | \ stop_v 1051 drivers/video/fbdev/amifb.c ((stop_v)>>5 & 0x0020) | ((start_h) << 3 & 0x0018) | \ stop_v 1052 drivers/video/fbdev/amifb.c ((start_v)>>7 & 0x0004) | ((stop_v)>>8 & 0x0002) | \