Lines Matching defs:flag
128 tmp = dz_in(dport, DZ_TCR); /* read the TX flag */
129 tmp &= ~mask; /* clear the TX flag */
138 tmp = dz_in(dport, DZ_TCR); /* read the TX flag */
139 tmp |= mask; /* set the TX flag */
185 u8 ch, flag;
193 flag = TTY_NORMAL;
226 flag = TTY_BREAK;
228 flag = TTY_FRAME;
230 flag = TTY_PARITY;
237 uart_insert_char(uport, status, DZ_OERR, ch, flag);
435 * DTR is dropped if the hangup on close termio flag is on.
618 /* setup accept flag */