Searched refs:RTS (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_serial.h | 51 #define RTS 0x02 macro
|
H A D | boot_console.c | 415 uchar_t mcr = DTR | RTS; in serial_adjust_prop()
|
/illumos-gate/usr/src/boot/i386/gptzfsboot/ |
H A D | sio.S | 43 movb $0x3,%al # Set RTS,
|
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | cpr_wakecode.S | 61 #define RTS 0x02 /* Request To Send */ macro 426 D16 movb $_CONST(RTS|DTR), %al / data term ready & req to send 447 D16 movb $_CONST(RTS|DTR), %al / data term ready & req to send
|
/illumos-gate/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)
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 628 OUTB(MCR, (DTR | RTS| OUT2)); in asyattach() 1482 OUTB(MCR, RTS|OUT2); in asy_program() 1485 OUTB(MCR, DTR|RTS|OUT2); in asy_program() 3639 if (mcr_r & RTS) in asytodm() 3678 b |= RTS; in dmtoasy() 3698 flag = (async->async_flags & ASYNC_HW_IN_FLOW) ? 0 : RTS; in asycheckflowcontrol_hw() 3699 if (((mcr ^ flag) & RTS) != 0) { in asycheckflowcontrol_hw() 3700 OUTB(MCR, (mcr ^ RTS)); in asycheckflowcontrol_hw()
|
/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/sun4u/cpu/ |
H A D | common_asm.S | 1045 ! unnecessary RTS->RTO bus transaction state change, and 1048 ! RTS->RTO state transition regardless.
|
/illumos-gate/usr/src/data/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 | 6932 # RTS/CTS used nowadays with virtually every modem and computer. 19200 6936 # RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also 7653 # 3 Closed, 4 Open: DTR is connected to RTS 10990 # 9 RTS 15873 # 5 - RTS on and off for each character
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 38338 # 8 port 16550 compatible UART, PMC format, RS-232 IO, RTS, CTS, DTR, DSR supported
|