Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/ast/
H A Dast_main.c55 u8 vgacrd1; in __ast_2100_detect_wuxga() local
58 vgacrd1 = ast_get_index_reg(ast, AST_IO_VGACRI, 0xd1); in __ast_2100_detect_wuxga()
59 if (!(vgacrd1 & AST_IO_VGACRD1_SUPPORTS_WUXGA)) in __ast_2100_detect_wuxga()
135 u8 vgacra3, vgacrd1; in ast_detect_tx_chip() local
160 vgacrd1 = ast_get_index_reg_mask(ast, AST_IO_VGACRI, 0xd1, in ast_detect_tx_chip()
162 switch (vgacrd1) { in ast_detect_tx_chip()
197 vgacrd1, AST_GEN(ast)); in ast_detect_tx_chip()
201 vgacrd1, AST_GEN(ast)); in ast_detect_tx_chip()
205 vgacrd1, AST_GEN(ast)); in ast_detect_tx_chip()
H A Dast_drv.c146 u8 vgacrd0, vgacrd1; in ast_detect_chip() local
164 vgacrd1 = __ast_read8_i(ioregs, AST_IO_VGACRI, 0xd1); in ast_detect_chip()
165 if (!(vgacrd0 & 0x80) || !(vgacrd1 & 0x10)) { in ast_detect_chip()
H A Dast_dp501.c447 u8 vgacrd1; in ast_init_3rdtx() local
450 vgacrd1 = ast_get_index_reg_mask(ast, AST_IO_VGACRI, 0xd1, in ast_init_3rdtx()
452 switch (vgacrd1) { in ast_init_3rdtx()
H A Dast_dp.c194 u8 vgacrd1 = ast_get_index_reg(ast, AST_IO_VGACRI, 0xd1); in ast_dp_launch() local
196 if (vgacrd1 & AST_IO_VGACRD1_MCU_FW_EXECUTING) in ast_dp_launch()