Home
last modified time | relevance | path

Searched refs:outputVal (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/
Dgbefb.c423 u32 outputVal = 0; in gbefb_setup_flatpanel() local
425 SET_GBE_FIELD(VT_FLAGS, HDRV_INVERT, outputVal, in gbefb_setup_flatpanel()
427 SET_GBE_FIELD(VT_FLAGS, VDRV_INVERT, outputVal, in gbefb_setup_flatpanel()
429 gbe->vt_flags = outputVal; in gbefb_setup_flatpanel()
440 outputVal = 0; in gbefb_setup_flatpanel()
441 SET_GBE_FIELD(FP_DE, ON, outputVal, fp_vbs); in gbefb_setup_flatpanel()
442 SET_GBE_FIELD(FP_DE, OFF, outputVal, fp_vbe); in gbefb_setup_flatpanel()
443 gbe->fp_de = outputVal; in gbefb_setup_flatpanel()
444 outputVal = 0; in gbefb_setup_flatpanel()
445 SET_GBE_FIELD(FP_HDRV, OFF, outputVal, fp_wid); in gbefb_setup_flatpanel()
[all …]