Searched defs:cflag (Results 1 - 11 of 11) sorted by relevance

/arch/sh/kernel/cpu/sh3/
H A Dserial-sh7720.c7 static void sh7720_sci_init_pins(struct uart_port *port, unsigned int cflag) argument
11 if (cflag & CRTSCTS) {
H A Dserial-sh770x.c9 static void sh770x_sci_init_pins(struct uart_port *port, unsigned int cflag) argument
18 if (!(cflag & CRTSCTS)) {
H A Dserial-sh7710.c9 static void sh7710_sci_init_pins(struct uart_port *port, unsigned int cflag) argument
/arch/sh/kernel/cpu/sh4a/
H A Dserial-sh7722.c7 static void sh7722_sci_init_pins(struct uart_port *port, unsigned int cflag) argument
14 if (!(cflag & CRTSCTS))
/arch/blackfin/kernel/
H A Dearly_printk.c22 unsigned int cflag);
44 unsigned int cflag = DEFAULT_CFLAG; local
49 cflag = 0;
53 cflag |= B1200;
56 cflag |= B2400;
59 cflag |= B4800;
62 cflag |= B9600;
65 cflag |= B19200;
68 cflag |= B38400;
71 cflag |
[all...]
/arch/m68k/atari/
H A Ddebug.c161 static void __init atari_init_mfp_port(int cflag) argument
168 int baud = cflag & CBAUD;
169 int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x04 : 0x06) : 0;
170 int csize = ((cflag & CSIZE) == CS7) ? 0x20 : 0x00;
172 if (cflag & CBAUDEX)
203 static void __init atari_init_scc_port(int cflag) argument
218 int baud = cflag & CBAUD;
221 if (cflag & CBAUDEX)
239 reg3 = (cflag
263 atari_init_midi_port(int cflag) argument
[all...]
/arch/m68k/mvme147/
H A Dconfig.c210 void mvme147_init_console_port (struct console *co, int cflag) argument
/arch/sh/kernel/
H A Dsh_bios.c118 * - construct a cflag setting for the first rs_open()
124 int cflag = CREAD | HUPCL | CLOCAL; local
127 * Now construct a cflag setting.
128 * TODO: this is a totally bogus cflag, as we have
132 cflag |= B115200 | CS8 | /*no parity*/0;
134 co->cflag = cflag;
/arch/mips/include/asm/
H A Dtermios.h101 unsigned short iflag, oflag, cflag, lflag; local
111 err |=__get_user(cflag, &termio->c_cflag);
112 termios->c_cflag = (termios->c_cflag & 0xffff0000) | cflag;
/arch/mn10300/kernel/
H A Dmn10300-serial.c1007 unsigned cflag; local
1016 cflag = new->c_cflag;
1017 switch (cflag & CSIZE) {
1023 if (cflag & CSTOPB) {
1028 if (cflag & PARENB) {
1030 if (cflag & PARODD)
1033 else if (cflag & CMSPAR)
1281 if (port->type == PORT_MN10300_CTS && cflag & CRTSCTS) {
1594 * - construct a cflag setting for the first rs_open()
/arch/s390/hypfs/
H A Dhypfs_diag.c178 __u8 cflag; member in struct:cpu_info
188 __u8 cflag; member in struct:x_cpu_info

Completed in 245 milliseconds