Searched refs:vgacrd1 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/ast/ |
H A D | ast_main.c | 79 u8 jreg, vgacrd1; in ast_detect_tx_chip() local 88 vgacrd1 = ast_get_index_reg_mask(ast, AST_IO_VGACRI, 0xd1, AST_IO_VGACRD1_TX_TYPE_MASK); in ast_detect_tx_chip() 89 drm_WARN(dev, vgacrd1 == AST_IO_VGACRD1_TX_ITE66121_VBIOS, in ast_detect_tx_chip() 90 "ITE IT66121 detected, 0x%x, Gen%lu\n", vgacrd1, AST_GEN(ast)); in ast_detect_tx_chip() 91 drm_WARN(dev, vgacrd1 == AST_IO_VGACRD1_TX_CH7003_VBIOS, in ast_detect_tx_chip() 92 "Chrontel CH7003 detected, 0x%x, Gen%lu\n", vgacrd1, AST_GEN(ast)); in ast_detect_tx_chip() 93 drm_WARN(dev, vgacrd1 == AST_IO_VGACRD1_TX_ANX9807_VBIOS, in ast_detect_tx_chip() 94 "Analogix ANX9807 detected, 0x%x, Gen%lu\n", vgacrd1, AST_GEN(ast)); in ast_detect_tx_chip()
|
H A D | ast_drv.c | 147 u8 vgacrd0, vgacrd1; in ast_detect_chip() local 165 vgacrd1 = __ast_read8_i(ioregs, AST_IO_VGACRI, 0xd1); in ast_detect_chip() 166 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 | 133 u8 vgacrd1 = ast_get_index_reg(ast, AST_IO_VGACRI, 0xd1); in ast_dp_launch() local 135 if (vgacrd1 & AST_IO_VGACRD1_MCU_FW_EXECUTING) in ast_dp_launch()
|