HomeSort by: relevance | last modified time | path
    Searched defs:conmode (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbarm/gemini/
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)) {
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)) {

Completed in 24 milliseconds