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

  /src/sys/dev/ic/
comreg.h 106 #define LCR_PNONE 0x00 /* No parity */
  /src/sys/arch/sandpoint/stand/altboot/
brdsetup.c 83 #define LCR_PNONE 0x00
735 init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE);
935 init_uart(uart2base, 19200, LCR_8BITS | LCR_PNONE);
952 init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE);
969 init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE);

Completed in 15 milliseconds