Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/ast/
Dast_dp.c177 u8 bE3 = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xE3, AST_DP_VIDEO_ENABLE); in ast_dp_power_on_off() local
181 bE3 |= AST_DP_PHY_SLEEP; in ast_dp_power_on_off()
184 ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xE3, (u8) ~AST_DP_PHY_SLEEP, bE3); in ast_dp_power_on_off()