Searched refs:vgacrd1 (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/ast/ |
| H A D | ast_main.c | 55 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 D | ast_drv.c | 146 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 D | ast_dp501.c | 447 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 D | ast_dp.c | 194 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()
|