Lines Matching refs:lcr
1113 int icr, lcr; in asyclose() local
1151 lcr = INB(LCR); in asyclose()
1152 if (lcr & SETBREAK) { in asyclose()
1153 OUTB(LCR, (lcr & ~SETBREAK)); in asyclose()
1156 if (lcr & SETBREAK) in asyclose()
1334 int icr, lcr; in asy_program() local
1426 lcr = INB(LCR); in asy_program()
1427 lcr &= ~(WLS0|WLS1|STB|PEN|EPS); in asy_program()
1430 lcr |= STB; /* 2 stop bits */ in asy_program()
1433 lcr |= PEN; in asy_program()
1436 lcr |= EPS; in asy_program()
1440 lcr |= BITS5; in asy_program()
1443 lcr |= BITS6; in asy_program()
1446 lcr |= BITS7; in asy_program()
1449 lcr |= BITS8; in asy_program()
1462 OUTB(LCR, lcr); in asy_program()
2425 uchar_t lcr; in async_restart() local
2439 lcr = INB(LCR); in async_restart()
2440 OUTB(LCR, (lcr & ~SETBREAK)); in async_restart()