Lines Matching defs:jreg
277 u8 jreg;
281 jreg = stdtable->misc;
282 ast_io_write8(ast, AST_IO_MISC_PORT_WRITE, jreg);
288 jreg = stdtable->seq[i];
289 ast_set_index_reg(ast, AST_IO_SEQ_PORT, (i + 1) , jreg);
302 jreg = ast_io_read8(ast, AST_IO_INPUT_STATUS1_READ);
304 jreg = stdtable->ar[i];
306 ast_io_write8(ast, AST_IO_AR_PORT_WRITE, jreg);
311 jreg = ast_io_read8(ast, AST_IO_INPUT_STATUS1_READ);
508 u8 jreg;
510 jreg = ast_io_read8(ast, AST_IO_MISC_PORT_READ);
511 jreg &= ~0xC0;
512 if (vbios_mode->enh_table->flags & NVSync) jreg |= 0x80;
513 if (vbios_mode->enh_table->flags & NHSync) jreg |= 0x40;
514 ast_io_write8(ast, AST_IO_MISC_PORT_WRITE, jreg);
715 u8 jreg;
734 jreg = 0x2;
736 jreg |= 1;
737 ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xcb, 0xfc, jreg);
1451 u8 jreg;
1481 jreg = 0x02 |
1483 ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xcb, 0xfc, jreg);