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

  /src/sys/arch/powerpc/ibm4xx/dev/
com_opb.c 145 com_opb_cnattach(int com_freq, int conaddr, int conspeed, int conmode)
156 COM_TYPE_NORMAL, conmode))
  /src/sys/arch/sandpoint/sandpoint/
com_eumb.c 125 int conaddr, int conspeed, int confreq, int contype, int conmode)
140 return comcnattach1(&cnregs, conspeed, confreq, contype, conmode);
  /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)) {

Completed in 12 milliseconds