Searched refs:RTS (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_serial.h | 53 #define RTS 0x02 macro
|
H A D | boot_console.c | 384 uchar_t mcr = DTR | RTS;
|
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/ |
H A D | sio.S | 40 movb $0x3,%al # Set RTS,
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 626 OUTB(MCR, (DTR | RTS| OUT2)); 1227 * not turn off DTR and RTS no matter what. Otherwise, if the 1229 * and RTS to fix the modem line. 1233 /* turn off DTR, RTS but NOT interrupt to 386 */ 1482 OUTB(MCR, RTS|OUT2); 1485 OUTB(MCR, DTR|RTS|OUT2); 3637 if (mcr_r & RTS) 3664 #ifdef CAN_NOT_SET /* only DTR and RTS can be set */ 3676 b |= RTS; 3696 flag = (async->async_flags & ASYNC_HW_IN_FLOW) ? 0 : RTS; [all...] |
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | sudev.h | 127 #define RTS 0x02 /* Request To Send */ macro
|
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | cpr_wakecode.s | 61 #define RTS 0x02 /* Request To Send */ define 504 D16 movb $_CONST(RTS|DTR), %al / data term ready & req to send 525 D16 movb $_CONST(RTS|DTR), %al / data term ready & req to send 1025 D16 movb $_CONST(RTS|DTR), %al / 1 stop bit, 8bit word len 1046 D16 movb $_CONST(RTS|DTR), %al / 1 stop bit, 8bit word len
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | asy.h | 124 #define RTS 0x02 /* Request To Send */ macro
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | asy.c | 892 asy->asy_mcr |= RTS|DTR; /* do use RTS/DTR after open */ 917 * and DTR/RTS raised here because it might be that 921 "asy%dattach: set ASY_IGNORE_CD, set RTS & DTR\n", 928 /* Property for not raising DTR/RTS */ 934 "ASY_RTS_DTR_OFF set and DTR & RTS set\n", 947 "asy%dattach: clear ASY_IGNORE_CD, clear RTS & DTR\n", 1418 DTR | RTS | ASY_LOOP | OUT1 | OUT2); 1508 /* Clear loopback mode and restore DTR/RTS */ 1893 /* turn off DTR, RTS bu [all...] |
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | common_asm.s | 1278 ! unnecessary RTS->RTO bus transaction state change, and 1281 ! RTS->RTO state transition regardless.
|
Completed in 667 milliseconds