outputVal         415 drivers/video/fbdev/gbefb.c 	u32 outputVal = 0;
outputVal         417 drivers/video/fbdev/gbefb.c 	SET_GBE_FIELD(VT_FLAGS, HDRV_INVERT, outputVal,
outputVal         419 drivers/video/fbdev/gbefb.c 	SET_GBE_FIELD(VT_FLAGS, VDRV_INVERT, outputVal,
outputVal         421 drivers/video/fbdev/gbefb.c 	gbe->vt_flags = outputVal;
outputVal         432 drivers/video/fbdev/gbefb.c 	outputVal = 0;
outputVal         433 drivers/video/fbdev/gbefb.c 	SET_GBE_FIELD(FP_DE, ON, outputVal, fp_vbs);
outputVal         434 drivers/video/fbdev/gbefb.c 	SET_GBE_FIELD(FP_DE, OFF, outputVal, fp_vbe);
outputVal         435 drivers/video/fbdev/gbefb.c 	gbe->fp_de = outputVal;
outputVal         436 drivers/video/fbdev/gbefb.c 	outputVal = 0;
outputVal         437 drivers/video/fbdev/gbefb.c 	SET_GBE_FIELD(FP_HDRV, OFF, outputVal, fp_wid);
outputVal         438 drivers/video/fbdev/gbefb.c 	gbe->fp_hdrv = outputVal;
outputVal         439 drivers/video/fbdev/gbefb.c 	outputVal = 0;
outputVal         440 drivers/video/fbdev/gbefb.c 	SET_GBE_FIELD(FP_VDRV, ON, outputVal, 1);
outputVal         441 drivers/video/fbdev/gbefb.c 	SET_GBE_FIELD(FP_VDRV, OFF, outputVal, fp_hgt + 1);
outputVal         442 drivers/video/fbdev/gbefb.c 	gbe->fp_vdrv = outputVal;