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

  /src/sys/arch/evbarm/integrator/
integrator_machdep.c 184 #ifndef PLCONMODE
185 #define PLCONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
192 int plcomcnmode = PLCONMODE;
  /src/sys/arch/evbarm/imx23_olinuxino/
imx23_olinuxino_machdep.c 79 #define PLCONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
198 plcomcnattach(&imx23_pi, PLCONSPEED, IMX23_UART_CLK, PLCONMODE, 0);

Completed in 32 milliseconds