Searched refs:RTS (Results 1 – 12 of 12) sorted by relevance
/titanic_50/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; in serial_adjust_prop()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | Dialers | 195 # (i.e. change \\q0 to \\q3 below - use CTS/RTS flow control) 235 # (i.e. change \\q0 to \\q3 below - use CTS/RTS flow control) 314 # o51=n, set option 51 to 'n' (don't strap CTS/RTS) 331 # (i.e. change \\q0 to \\q3 below - use CTS/RTS flow control)
|
/titanic_50/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 626 OUTB(MCR, (DTR | RTS| OUT2)); in asyattach() 1482 OUTB(MCR, RTS|OUT2); in asy_program() 1485 OUTB(MCR, DTR|RTS|OUT2); in asy_program() 3637 if (mcr_r & RTS) in asytodm() 3676 b |= RTS; in dmtoasy() 3696 flag = (async->async_flags & ASYNC_HW_IN_FLOW) ? 0 : RTS; in asycheckflowcontrol_hw() 3697 if (((mcr ^ flag) & RTS) != 0) { in asycheckflowcontrol_hw() 3698 OUTB(MCR, (mcr ^ RTS)); in asycheckflowcontrol_hw()
|
/titanic_50/usr/src/uts/sun4/sys/ |
H A D | sudev.h | 127 #define RTS 0x02 /* Request To Send */ macro
|
/titanic_50/usr/src/uts/i86pc/ml/ |
H A D | cpr_wakecode.s | 62 #define RTS 0x02 /* Request To Send */ macro 505 D16 movb $_CONST(RTS|DTR), %al / data term ready & req to send 526 D16 movb $_CONST(RTS|DTR), %al / data term ready & req to send
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | asy.h | 124 #define RTS 0x02 /* Request To Send */ macro
|
/titanic_50/usr/src/uts/common/io/ |
H A D | asy.c | 892 asy->asy_mcr |= RTS|DTR; /* do use RTS/DTR after open */ in asyattach() 1418 DTR | RTS | ASY_LOOP | OUT1 | OUT2); in asy_identify_chip() 2169 (asy->asy_mcr & RTS) | OUT2); in asy_program() 4307 if (mcr_r & RTS) in asytodm() 4347 b |= RTS; in dmtoasy() 4744 flag = (async->async_flags & ASYNC_HW_IN_FLOW) ? 0 : RTS; in async_flowcontrol_hw_input() 4746 if (((mcr ^ flag) & RTS) != 0) { in async_flowcontrol_hw_input() 4748 asy->asy_ioaddr + MCR, (mcr ^ RTS)); in async_flowcontrol_hw_input()
|
/titanic_50/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.
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 6132 # RTS/CTS used nowadays with virtually every modem and computer. 19200 6136 # RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also 6824 # 3 Closed, 4 Open: DTR is connected to RTS 9704 # 9 RTS 14049 # 5 - RTS on and off for each character
|
H A D | terminfo.src | 6930 # RTS/CTS used nowadays with virtually every modem and computer. 19200 6934 # RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also 7651 # 3 Closed, 4 Open: DTR is connected to RTS 10988 # 9 RTS 15871 # 5 - RTS on and off for each character
|
/titanic_50/usr/src/data/hwdata/ |
H A D | pci.ids | 31594 # 8 port 16550 compatible UART, PMC format, RS-232 IO, RTS, CTS, DTR, DSR supported
|