Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_dp.c12 if (!ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xD1, ASTDP_MCU_FW_EXECUTING)) in ast_astdp_is_connected()
32 if (!(ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xD1, ASTDP_MCU_FW_EXECUTING) && in ast_astdp_read_edid()
68 ASTDP_MCU_FW_EXECUTING) && in ast_astdp_read_edid()
118 if (!(ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xD1, ASTDP_MCU_FW_EXECUTING))) in ast_astdp_read_edid()
140 while (ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xD1, ASTDP_MCU_FW_EXECUTING) != in ast_dp_launch()
141 ASTDP_MCU_FW_EXECUTING) { in ast_dp_launch()
H A Dast_drv.h443 #define ASTDP_MCU_FW_EXECUTING BIT(5) macro