| /onnv/onnv-gate/usr/src/uts/i86pc/boot/ |
| boot_serial.h | 39 #define LCR 3 /* ... line control reg */ 62 /* ---- LCR bits ---- */
|
| boot_console.c | 376 uchar_t lcr = 0; local 417 outb(port + LCR, DLAB); 423 lcr |= BITS5; 427 lcr |= BITS6; 431 lcr |= BITS7; 437 lcr |= BITS8; 445 lcr |= PARITY_NONE; 449 lcr |= PARITY_ODD; 455 lcr |= PARITY_EVEN; 468 lcr |= STOP2 [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| asy.c | 1003 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + LCR, DLAB); 1009 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + LCR, asy->asy_lcr); 1774 int icr, lcr; local 1991 uchar_t lcr; local 2024 int icr, lcr; local 2972 uchar_t lcr; local [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4/io/ |
| su_driver.c | 621 OUTB(LCR, DLAB); /* select baud rate generator */ 625 OUTB(LCR, STOP1|BITS8); 1113 int icr, lcr; local 1151 lcr = INB(LCR); 1152 if (lcr & SETBREAK) { 1153 OUTB(LCR, (lcr & ~SETBREAK)); 1156 if (lcr & SETBREAK) 1334 int icr, lcr; local 2425 uchar_t lcr; local [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/ml/ |
| cpr_wakecode.s | 54 #define LCR 3 /* line control register */ 498 D16 movl $[COM1+LCR], %edx 510 D16 movl $[COM1+LCR], %edx / select COM1 519 D16 movl $[COM2+LCR], %edx 531 D16 movl $[COM2+LCR], %edx / select COM1 1020 D16 movl $[COM1+LCR], %edx 1032 D16 movl $[COM1+LCR], %edx / select COM1 1041 D16 movl $[COM2+LCR], %edx 1053 D16 movl $[COM2+LCR], %edx / select COM1
|
| /onnv/onnv-gate/usr/src/uts/sun4/sys/ |
| sudev.h | 53 #define LCR 3 /* line control register */
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| asy.h | 65 #define LCR 3 /* line control register */ 289 uchar_t asy_lcr; /* console lcr bits */
|