Searched refs:LCR (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_serial.h | 39 #define LCR 3 /* ... line control reg */ macro 62 /* ---- LCR bits ---- */
|
H A D | boot_console.c | 424 outb(port + LCR, DLAB); 479 outb(port + LCR, lcr);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | asy.c | 1004 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + LCR, DLAB); 1010 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + LCR, asy->asy_lcr); 1278 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + LCR, 1282 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + LCR, 1371 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + LCR, 1376 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + LCR, 1382 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + LCR, 1386 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + LCR, 1407 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + LCR, 1414 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + LCR, [all...] |
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 621 OUTB(LCR, DLAB); /* select baud rate generator */ 625 OUTB(LCR, STOP1|BITS8); 1151 lcr = INB(LCR); 1153 OUTB(LCR, (lcr & ~SETBREAK)); 1426 lcr = INB(LCR); 1455 OUTB(LCR, DLAB); 1462 OUTB(LCR, lcr); 2439 lcr = INB(LCR); 2440 OUTB(LCR, (lcr & ~SETBREAK)); 2575 val = INB(LCR); [all...] |
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | cpr_wakecode.s | 53 #define LCR 3 /* line control register */ define 487 D16 movl $_CONST(COM1+LCR), %edx 499 D16 movl $_CONST(COM1+LCR), %edx / select COM1 508 D16 movl $_CONST(COM2+LCR), %edx 520 D16 movl $_CONST(COM2+LCR), %edx / select COM1 1008 D16 movl $_CONST(COM1+LCR), %edx 1020 D16 movl $_CONST(COM1+LCR), %edx / select COM1 1029 D16 movl $_CONST(COM2+LCR), %edx 1041 D16 movl $_CONST(COM2+LCR), %edx / select COM1
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | sudev.h | 53 #define LCR 3 /* line control register */ macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | asy.h | 62 #define LCR 3 /* line control register */ macro
|
Completed in 60 milliseconds