fbiinit5          480 drivers/video/fbdev/sstfb.c 	u32 lfbmode, fbiinit1, fbiinit2, fbiinit3, fbiinit5, fbiinit6=0;
fbiinit5          597 drivers/video/fbdev/sstfb.c 		fbiinit5=sst_read(FBIINIT5) & FBIINIT5_MASK ;
fbiinit5          599 drivers/video/fbdev/sstfb.c 			fbiinit5 |= INTERLACE;
fbiinit5          601 drivers/video/fbdev/sstfb.c 			fbiinit5 |= VDOUBLESCAN;
fbiinit5          603 drivers/video/fbdev/sstfb.c 			fbiinit5 |= HSYNC_HIGH;
fbiinit5          605 drivers/video/fbdev/sstfb.c 			fbiinit5 |= VSYNC_HIGH;
fbiinit5          606 drivers/video/fbdev/sstfb.c 		sst_write(FBIINIT5, fbiinit5);