Lines Matching refs:jreg
117 uint32_t jreg, scu_rev; in ast_detect_chip() local
189 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd0, 0xff); in ast_detect_chip()
190 if (!(jreg & 0x80)) in ast_detect_chip()
192 else if (jreg & 0x01) in ast_detect_chip()
221 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xa3, 0xff); in ast_detect_chip()
222 if (jreg & 0x80) in ast_detect_chip()
232 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd1, 0xff); in ast_detect_chip()
233 switch (jreg) { in ast_detect_chip()
452 u8 jreg; in ast_get_vram_info() local
457 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xaa, 0xff); in ast_get_vram_info()
458 switch (jreg & 3) { in ast_get_vram_info()
465 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0x99, 0xff); in ast_get_vram_info()
466 switch (jreg & 0x03) { in ast_get_vram_info()