Searched refs:AST_DP_VIDEO_ENABLE (Results 1 – 2 of 2) sorted by relevance
177 u8 bE3 = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xE3, AST_DP_VIDEO_ENABLE); in ast_dp_power_on_off()195 ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xE3, (u8) ~AST_DP_VIDEO_ENABLE, on); in ast_dp_set_on_off()
392 #define AST_DP_VIDEO_ENABLE BIT(0) macro