Lines Matching refs:jreg
69 uint32_t data, jreg; in ast_detect_chip() local
136 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd0, 0xff); in ast_detect_chip()
137 if (!(jreg & 0x80)) in ast_detect_chip()
139 else if (jreg & 0x01) in ast_detect_chip()
168 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xa3, 0xff); in ast_detect_chip()
169 if (jreg & 0x80) in ast_detect_chip()
179 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd1, 0xff); in ast_detect_chip()
180 switch (jreg) { in ast_detect_chip()
362 u8 jreg; in ast_get_vram_info() local
367 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xaa, 0xff); in ast_get_vram_info()
368 switch (jreg & 3) { in ast_get_vram_info()
375 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0x99, 0xff); in ast_get_vram_info()
376 switch (jreg & 0x03) { in ast_get_vram_info()