Searched refs:mcr_image (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/dev/sio/ |
| HD | sio.c | 180 u_char mcr_image; /* copy of value written to MCR */ member 439 u_char mcr_image; local 521 mcr_image = MCR_IENABLE; 543 mcr_image = 0; 548 mcr_image = 0; 612 sio_setreg(com, com_mcr, mcr_image); 622 sio_setreg(com, com_mcr, mcr_image | MCR_LOOPBACK); 654 sio_setreg(com, com_mcr, mcr_image); 729 failures[2] = sio_getreg(com, com_mcr) - mcr_image; 928 com->mcr_image = inb(com->modem_ctl_port); [all …]
|
| /trueos/sys/pc98/cbus/ |
| HD | sio.c | 244 u_char mcr_image; /* copy of value written to MCR */ member 772 u_char mcr_image; local 966 mcr_image = MCR_IENABLE; 991 mcr_image = 0; 997 mcr_image = 0; 1004 mcr_image = 0; 1077 sio_setreg(com, com_mcr, mcr_image); 1087 sio_setreg(com, com_mcr, mcr_image | MCR_LOOPBACK); 1123 sio_setreg(com, com_mcr, mcr_image); 1190 failures[2] = sio_getreg(com, com_mcr) - mcr_image; [all …]
|
| /trueos/sys/dev/cy/ |
| HD | cy.c | 176 u_char mcr_image; /* copy of value written to MCR */ member 641 if ((com->state & CS_RTS_IFLOW) && !(com->mcr_image & com->mcr_rts) && in cyinput() 644 com->mcr_image |= com->mcr_rts); in cyinput() 763 com->mcr_image &= in cyintr() 819 com->mcr_image in cyintr() 1529 com->mcr_image |= com->mcr_rts); in cyparam() 1688 if (com->mcr_image & com->mcr_rts && com->state & CS_RTS_IFLOW) in cystart() 1690 outb(com->modem_ctl_port, com->mcr_image &= ~CD1400_MSVR1_RTS); in cystart() 1693 com->mcr_image &= ~com->mcr_rts); in cystart() 1696 if (!(com->mcr_image & com->mcr_rts) in cystart() [all …]
|