Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/sm750fb/
Dsm750_hw.c433 int dpms,crtdb; in hw_sm750le_setBLANK() local
443 crtdb = CRT_DISPLAY_CTRL_BLANK_OFF; in hw_sm750le_setBLANK()
448 crtdb = CRT_DISPLAY_CTRL_BLANK_ON; in hw_sm750le_setBLANK()
457 crtdb = CRT_DISPLAY_CTRL_BLANK_ON; in hw_sm750le_setBLANK()
465 crtdb = CRT_DISPLAY_CTRL_BLANK_ON; in hw_sm750le_setBLANK()
473 crtdb = CRT_DISPLAY_CTRL_BLANK_ON; in hw_sm750le_setBLANK()
481 POKE32(CRT_DISPLAY_CTRL, FIELD_VALUE(PEEK32(CRT_DISPLAY_CTRL), CRT_DISPLAY_CTRL, BLANK, crtdb)); in hw_sm750le_setBLANK()
488 unsigned int dpms, pps, crtdb; in hw_sm750_setBLANK() local
490 dpms = pps = crtdb = 0; in hw_sm750_setBLANK()
502 crtdb = CRT_DISPLAY_CTRL_BLANK_OFF; in hw_sm750_setBLANK()
[all …]