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

  /src/sys/arch/mmeye/mmeye/
machdep.c 572 #define LCR 3
616 OUTP(LCR, INP(LCR) | LCR_DLAB);
619 OUTP(LCR, INP(LCR) & ~LCR_DLAB);
622 OUTP(LCR, 0x03); /* 8 bit , no parity, 1 stop */
  /src/sys/arch/sandpoint/sandpoint/
satmgr.c 186 #define LCR 3
  /src/sys/arch/sandpoint/stand/altboot/
brdsetup.c 80 #define LCR 3
1149 init_uart(unsigned base, unsigned speed, uint8_t lcr)
1154 UART_WRITE(base, LCR, 0x80); /* turn on DLAB bit */
1158 UART_WRITE(base, LCR, lcr);

Completed in 156 milliseconds