Home
last modified time | relevance | path

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

/drivers/staging/sm750fb/
Dsm750_hw.c397 crtdb = CRT_DISPLAY_CTRL_BLANK; in hw_sm750le_setBLANK()
401 crtdb = CRT_DISPLAY_CTRL_BLANK; in hw_sm750le_setBLANK()
405 crtdb = CRT_DISPLAY_CTRL_BLANK; in hw_sm750le_setBLANK()
409 crtdb = CRT_DISPLAY_CTRL_BLANK; in hw_sm750le_setBLANK()
421 val = peek32(CRT_DISPLAY_CTRL) & ~CRT_DISPLAY_CTRL_BLANK; in hw_sm750le_setBLANK()
444 crtdb = CRT_DISPLAY_CTRL_BLANK; in hw_sm750_setBLANK()
448 crtdb = CRT_DISPLAY_CTRL_BLANK; in hw_sm750_setBLANK()
452 crtdb = CRT_DISPLAY_CTRL_BLANK; in hw_sm750_setBLANK()
456 crtdb = CRT_DISPLAY_CTRL_BLANK; in hw_sm750_setBLANK()
465 val = peek32(CRT_DISPLAY_CTRL) & ~CRT_DISPLAY_CTRL_BLANK; in hw_sm750_setBLANK()
Dddk750_display.c134 reg &= ~CRT_DISPLAY_CTRL_BLANK; in ddk750_set_logical_disp_out()
Dddk750_reg.h1040 #define CRT_DISPLAY_CTRL_BLANK BIT(10) macro