Searched refs:vgacrd1 (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/ast/ |
| H A D | ast_2100.c | 413 u8 vgacrd1; in __ast_2100_detect_wuxga() local 416 vgacrd1 = ast_get_index_reg(ast, AST_IO_VGACRI, 0xd1); in __ast_2100_detect_wuxga() 417 if (!(vgacrd1 & AST_IO_VGACRD1_SUPPORTS_WUXGA)) in __ast_2100_detect_wuxga()
|
| H A D | ast_drv.c | 175 u8 vgacrd0, vgacrd1; in ast_detect_chip() local 193 vgacrd1 = __ast_read8_i(ioregs, AST_IO_VGACRI, 0xd1); in ast_detect_chip() 194 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_2300.c | 1344 u8 vgacrd1; in ast_2300_detect_tx_chip() local 1351 vgacrd1 = ast_get_index_reg_mask(ast, AST_IO_VGACRI, 0xd1, in ast_2300_detect_tx_chip() 1353 switch (vgacrd1) { in ast_2300_detect_tx_chip() 1387 drm_warn(dev, "ITE IT66121 detected, 0x%x, Gen%lu\n", vgacrd1, AST_GEN(ast)); in ast_2300_detect_tx_chip() 1390 drm_warn(dev, "Chrontel CH7003 detected, 0x%x, Gen%lu\n", vgacrd1, AST_GEN(ast)); in ast_2300_detect_tx_chip() 1393 drm_warn(dev, "Analogix ANX9807 detected, 0x%x, Gen%lu\n", vgacrd1, AST_GEN(ast)); in ast_2300_detect_tx_chip()
|
| 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()
|