Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/sm750fb/
Dsm750_hw.c380 int dpms, crtdb; in hw_sm750le_setBLANK() local
385 crtdb = CRT_DISPLAY_CTRL_BLANK_OFF; in hw_sm750le_setBLANK()
389 crtdb = CRT_DISPLAY_CTRL_BLANK_ON; in hw_sm750le_setBLANK()
393 crtdb = CRT_DISPLAY_CTRL_BLANK_ON; in hw_sm750le_setBLANK()
397 crtdb = CRT_DISPLAY_CTRL_BLANK_ON; in hw_sm750le_setBLANK()
401 crtdb = CRT_DISPLAY_CTRL_BLANK_ON; in hw_sm750le_setBLANK()
409 POKE32(CRT_DISPLAY_CTRL, FIELD_VALUE(PEEK32(CRT_DISPLAY_CTRL), CRT_DISPLAY_CTRL, BLANK, crtdb)); in hw_sm750le_setBLANK()
416 unsigned int dpms, pps, crtdb; in hw_sm750_setBLANK() local
418 dpms = pps = crtdb = 0; in hw_sm750_setBLANK()
425 crtdb = CRT_DISPLAY_CTRL_BLANK_OFF; in hw_sm750_setBLANK()
[all …]