Searched refs:new_lcr (Results 1 – 1 of 1) sorted by relevance
736 u16 new_lcr = 0; in max3107_set_termios() local750 new_lcr |= MAX3107_LCR_WORD_LEN_7; in max3107_set_termios()752 new_lcr |= MAX3107_LCR_WORD_LEN_8; in max3107_set_termios()756 new_lcr |= MAX3107_LCR_PARITY_BIT; in max3107_set_termios()758 new_lcr |= MAX3107_LCR_EVENPARITY_BIT; in max3107_set_termios()764 new_lcr |= MAX3107_LCR_STOPLEN_BIT; in max3107_set_termios()796 if (s->lcr_reg != new_lcr) { in max3107_set_termios()797 s->lcr_reg = new_lcr; in max3107_set_termios()