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