Home
last modified time | relevance | path

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

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