Lines Matching defs:jreg
296 u8 jreg;
300 jreg = stdtable->misc;
301 ast_io_write8(ast, AST_IO_MISC_PORT_WRITE, jreg);
307 jreg = stdtable->seq[i];
308 ast_set_index_reg(ast, AST_IO_SEQ_PORT, (i + 1), jreg);
321 jreg = ast_io_read8(ast, AST_IO_INPUT_STATUS1_READ);
323 jreg = stdtable->ar[i];
325 ast_io_write8(ast, AST_IO_AR_PORT_WRITE, jreg);
330 jreg = ast_io_read8(ast, AST_IO_INPUT_STATUS1_READ);
532 u8 jreg;
534 jreg = ast_io_read8(ast, AST_IO_MISC_PORT_READ);
535 jreg &= ~0xC0;
537 jreg |= 0x80;
539 jreg |= 0x40;
540 ast_io_write8(ast, AST_IO_MISC_PORT_WRITE, jreg);