Searched refs:CRT_DISPLAY_CTRL_BLANK (Results 1 – 3 of 3) sorted by relevance
396 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()
134 reg &= ~CRT_DISPLAY_CTRL_BLANK; in ddk750_setLogicalDispOut()
1040 #define CRT_DISPLAY_CTRL_BLANK BIT(10) macro