Lines Matching refs:lcr
636 uint8_t lcr; in asy_put_ext() local
651 lcr = asy_get(asy, ASY_LCR); in asy_put_ext()
660 asy_put(asy, ASY_LCR, lcr); in asy_put_ext()
666 uint8_t lcr, val; in asy_get_ext() local
681 lcr = asy_get(asy, ASY_LCR); in asy_get_ext()
690 asy_put(asy, ASY_LCR, lcr); in asy_get_ext()
2767 uint8_t lcr = 0; in asy_program() local
2770 lcr |= ASY_LCR_STOP2; /* 2 stop bits */ in asy_program()
2773 lcr |= ASY_LCR_PEN; in asy_program()
2776 lcr |= ASY_LCR_EPS; in asy_program()
2780 lcr |= ASY_LCR_BITS5; in asy_program()
2783 lcr |= ASY_LCR_BITS6; in asy_program()
2786 lcr |= ASY_LCR_BITS7; in asy_program()
2789 lcr |= ASY_LCR_BITS8; in asy_program()
2795 asy_set(asy, ASY_LCR, lcr); in asy_program()