Searched refs:RTS (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_serial.h53 #define RTS 0x02 macro
H A Dboot_console.c384 uchar_t mcr = DTR | RTS;
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dsio.S40 movb $0x3,%al # Set RTS,
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c626 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 Dsudev.h127 #define RTS 0x02 /* Request To Send */ macro
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dcpr_wakecode.s61 #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 Dasy.h124 #define RTS 0x02 /* Request To Send */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c892 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 Dcommon_asm.s1278 ! unnecessary RTS->RTO bus transaction state change, and
1281 ! RTS->RTO state transition regardless.

Completed in 667 milliseconds