Searched refs:LCR (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | cpr_wakecode.S | 53 #define LCR 3 /* line control register */ macro 409 D16 movl $_CONST(COM1+LCR), %edx 421 D16 movl $_CONST(COM1+LCR), %edx / select COM1 430 D16 movl $_CONST(COM2+LCR), %edx 442 D16 movl $_CONST(COM2+LCR), %edx / select COM1
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 623 OUTB(LCR, DLAB); /* select baud rate generator */ in asyattach() 627 OUTB(LCR, STOP1|BITS8); in asyattach() 1151 lcr = INB(LCR); in asyclose() 1153 OUTB(LCR, (lcr & ~SETBREAK)); in asyclose() 1426 lcr = INB(LCR); in asy_program() 1455 OUTB(LCR, DLAB); in asy_program() 1462 OUTB(LCR, lcr); in asy_program() 2439 lcr = INB(LCR); in async_restart() 2440 OUTB(LCR, (lcr & ~SETBREAK)); in async_restart() 2575 val = INB(LCR); in async_nstart() [all …]
|
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_serial.h | 37 #define LCR 3 /* ... line control reg */ macro
|
H A D | boot_console.c | 455 outb(port + LCR, DLAB); in serial_adjust_prop() 512 outb(port + LCR, lcr); in serial_adjust_prop()
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | sudev.h | 53 #define LCR 3 /* line control register */ macro
|