Home
last modified time | relevance | path

Searched refs:CFLAG (Results 1 – 2 of 2) sorted by relevance

/drivers/char/
Dsx.c942 #define CFLAG port->gs.port.tty->termios->c_cflag in sx_set_real_termios() macro
947 (((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()
/drivers/scsi/aic94xx/
Daic94xx_reg_def.h530 #define CFLAG (CSEQ_CIO_REG_BASE_ADR + FLAG) macro