Lines Matching refs:LCR
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()
2576 OUTB(LCR, (val | SETBREAK)); in async_nstart()
3071 val = INB(LCR); in async_ioctl()
3072 OUTB(LCR, (val | SETBREAK)); in async_ioctl()
3099 val = INB(LCR); in async_ioctl()
3100 OUTB(LCR, (val | SETBREAK)); in async_ioctl()
3108 val = INB(LCR); in async_ioctl()
3109 OUTB(LCR, (val & ~SETBREAK)); in async_ioctl()