Searched refs:CTS (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/sun4/sys/ |
H A D | sudev.h | 137 #define CTS 0x10 /* Clear To Send */ macro 143 #define STATES(x) ((x)(CTS|DSR|RI|DCD))
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | asy.h | 134 #define CTS 0x10 /* Clear To Send */ macro 140 #define STATES(x) ((x)&(CTS|DSR|RI|DCD))
|
/titanic_44/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_44/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 1991 (msr & CTS) ? "CTS" : " ", in async_msint() 1997 if (async->async_ttycommon.t_cflag & CRTSCTS && !(msr & CTS)) { in async_msint() 2105 if ((val & CTS) && (async->async_flags & ASYNC_HW_OUT_FLW)) { in async_softint() 3647 if (msr_r & CTS) in asytodm() 3668 b |= CTS; in dmtoasy()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | asy.c | 2075 if ((CRTSCTS & async->async_ttycommon.t_cflag) && !(flush_reg & CTS)) { in asy_program() 2583 (msr & CTS) ? "CTS " : " ", in async_msint() 2589 if ((t_cflag & CRTSCTS) && (((asy->asy_msr ^ msr) & CTS) != 0)) in async_msint() 2591 msr & CTS ? FLOW_START : FLOW_STOP); in async_msint() 4317 if (msr_r & CTS) in asytodm() 4338 b |= CTS; in dmtoasy()
|
/titanic_44/usr/src/data/hwdata/ |
H A D | usb.ids | 11748 2514 CTS-1000 Internal Hub 15340 1136 CTS Electronincs 15341 3131 CTS LS515
|
H A D | pci.ids | 31594 # 8 port 16550 compatible UART, PMC format, RS-232 IO, RTS, CTS, DTR, DSR supported
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 6131 # ADM-12+ supports hardware handshaking, but it is DTR/CTS as opposed to 6132 # RTS/CTS used nowadays with virtually every modem and computer. 19200 6136 # RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also 9703 # 8 CTS
|
H A D | terminfo.src | 6929 # ADM-12+ supports hardware handshaking, but it is DTR/CTS as opposed to 6930 # RTS/CTS used nowadays with virtually every modem and computer. 19200 6934 # RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also 10987 # 8 CTS
|