Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/sm750fb/
H A Dsm750_hw.c396 crtdb = CRT_DISPLAY_CTRL_BLANK; in hw_sm750le_setBLANK()
400 crtdb = CRT_DISPLAY_CTRL_BLANK; in hw_sm750le_setBLANK()
404 crtdb = CRT_DISPLAY_CTRL_BLANK; in hw_sm750le_setBLANK()
408 crtdb = CRT_DISPLAY_CTRL_BLANK; in hw_sm750le_setBLANK()
420 val = peek32(CRT_DISPLAY_CTRL) & ~CRT_DISPLAY_CTRL_BLANK; in hw_sm750le_setBLANK()
443 crtdb = CRT_DISPLAY_CTRL_BLANK; in hw_sm750_setBLANK()
447 crtdb = CRT_DISPLAY_CTRL_BLANK; in hw_sm750_setBLANK()
451 crtdb = CRT_DISPLAY_CTRL_BLANK; in hw_sm750_setBLANK()
455 crtdb = CRT_DISPLAY_CTRL_BLANK; in hw_sm750_setBLANK()
464 val = peek32(CRT_DISPLAY_CTRL) & ~CRT_DISPLAY_CTRL_BLANK; in hw_sm750_setBLANK()
H A Dddk750_display.c134 reg &= ~CRT_DISPLAY_CTRL_BLANK; in ddk750_set_logical_disp_out()
H A Dddk750_reg.h1040 #define CRT_DISPLAY_CTRL_BLANK BIT(10) macro