Home
last modified time | relevance | path

Searched refs:CRTSCTS (Results 1 – 16 of 16) sorted by relevance

/arch/sh/kernel/cpu/sh4a/
Dserial-sh7722.c14 if (!(cflag & CRTSCTS)) in sh7722_sci_init_pins()
/arch/sh/kernel/cpu/sh3/
Dserial-sh770x.c18 if (!(cflag & CRTSCTS)) { in sh770x_sci_init_pins()
Dserial-sh7720.c11 if (cflag & CRTSCTS) { in sh7720_sci_init_pins()
/arch/powerpc/include/uapi/asm/
Dtermbits.h174 #define CRTSCTS 020000000000 /* flow control */ macro
/arch/m32r/include/uapi/asm/
Dtermbits.h162 #define CRTSCTS 020000000000 /* flow control */ macro
/arch/ia64/include/uapi/asm/
Dtermbits.h170 #define CRTSCTS 020000000000 /* flow control */ macro
/arch/mn10300/include/uapi/asm/
Dtermbits.h163 #define CRTSCTS 020000000000 /* flow control */ macro
/arch/xtensa/include/uapi/asm/
Dtermbits.h178 #define CRTSCTS 020000000000 /* flow control */ macro
/arch/parisc/include/uapi/asm/
Dtermbits.h162 #define CRTSCTS 020000000000 /* flow control */ macro
/arch/avr32/include/uapi/asm/
Dtermbits.h160 #define CRTSCTS 020000000000 /* flow control */ macro
/arch/frv/include/uapi/asm/
Dtermbits.h163 #define CRTSCTS 020000000000 /* flow control */ macro
/arch/alpha/include/uapi/asm/
Dtermbits.h179 #define CRTSCTS 020000000000 /* flow control */ macro
/arch/mips/include/uapi/asm/
Dtermbits.h185 #define CRTSCTS 020000000000 /* flow control */ macro
/arch/cris/include/uapi/asm/
Dtermbits.h199 #define CRTSCTS 020000000000 /* flow control */ macro
/arch/sparc/include/uapi/asm/
Dtermbits.h204 #define CRTSCTS 0x80000000 /* flow control */ macro
/arch/mn10300/kernel/
Dmn10300-serial.c1338 if (port->type == PORT_MN10300_CTS && cflag & CRTSCTS) { in mn10300_serial_change_speed()
1399 if (!(new->c_cflag & CRTSCTS)) { in mn10300_serial_set_termios()