gemini_machdep.c | 752 #ifndef CONMODE 753 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */ 758 static const int conmode = CONMODE; variable in typeref:typename:const int 774 GEMINI_COM_FREQ, COM_TYPE_16550_NOERS, conmode)) 824 IT8712F_COM_FREQ, COM_TYPE_NORMAL, conmode)) {
|