Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dgbefb.c415 u32 outputVal = 0; in gbefb_setup_flatpanel() local
417 SET_GBE_FIELD(VT_FLAGS, HDRV_INVERT, outputVal, in gbefb_setup_flatpanel()
419 SET_GBE_FIELD(VT_FLAGS, VDRV_INVERT, outputVal, in gbefb_setup_flatpanel()
421 gbe->vt_flags = outputVal; in gbefb_setup_flatpanel()
432 outputVal = 0; in gbefb_setup_flatpanel()
433 SET_GBE_FIELD(FP_DE, ON, outputVal, fp_vbs); in gbefb_setup_flatpanel()
434 SET_GBE_FIELD(FP_DE, OFF, outputVal, fp_vbe); in gbefb_setup_flatpanel()
435 gbe->fp_de = outputVal; in gbefb_setup_flatpanel()
436 outputVal = 0; in gbefb_setup_flatpanel()
437 SET_GBE_FIELD(FP_HDRV, OFF, outputVal, fp_wid); in gbefb_setup_flatpanel()
[all …]