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

  /src/sys/dev/ic/
comreg.h 100 #define LCR_DLAB 0x80 /* Divisor latch access enable */
  /src/sys/arch/mmeye/mmeye/
machdep.c 573 #define LCR_DLAB 0x80
616 OUTP(LCR, INP(LCR) | LCR_DLAB);
619 OUTP(LCR, INP(LCR) & ~LCR_DLAB);
  /src/sys/arch/sandpoint/stand/altboot/
brdsetup.c 81 #define LCR_DLAB 0x80

Completed in 12 milliseconds