Searched refs:CFLAG (Results 1 – 2 of 2) sorted by relevance
942 #define CFLAG port->gs.port.tty->termios->c_cflag in sx_set_real_termios() macro947 (((CFLAG & CSIZE) == CS8) ? MR1_8_BITS : 0) | in sx_set_real_termios()948 (((CFLAG & CSIZE) == CS7) ? MR1_7_BITS : 0) | in sx_set_real_termios()949 (((CFLAG & CSIZE) == CS6) ? MR1_6_BITS : 0) | in sx_set_real_termios()950 (((CFLAG & CSIZE) == CS5) ? MR1_5_BITS : 0)); in sx_set_real_termios()957 switch (CFLAG & CSIZE) { in sx_set_real_termios()972 (unsigned int)CFLAG & CSIZE); in sx_set_real_termios()
530 #define CFLAG (CSEQ_CIO_REG_BASE_ADR + FLAG) macro