Lines Matching refs:lcr
582 u8 lcr; in sc16is7xx_set_baud() local
606 lcr = sc16is7xx_port_read(port, SC16IS7XX_LCR_REG); in sc16is7xx_set_baud()
617 sc16is7xx_port_write(port, SC16IS7XX_LCR_REG, lcr); in sc16is7xx_set_baud()
1044 unsigned int lcr, flow = 0; in sc16is7xx_set_termios() local
1056 lcr = SC16IS7XX_LCR_WORD_LEN_5; in sc16is7xx_set_termios()
1059 lcr = SC16IS7XX_LCR_WORD_LEN_6; in sc16is7xx_set_termios()
1062 lcr = SC16IS7XX_LCR_WORD_LEN_7; in sc16is7xx_set_termios()
1065 lcr = SC16IS7XX_LCR_WORD_LEN_8; in sc16is7xx_set_termios()
1068 lcr = SC16IS7XX_LCR_WORD_LEN_8; in sc16is7xx_set_termios()
1076 lcr |= SC16IS7XX_LCR_PARITY_BIT; in sc16is7xx_set_termios()
1078 lcr |= SC16IS7XX_LCR_EVENPARITY_BIT; in sc16is7xx_set_termios()
1083 lcr |= SC16IS7XX_LCR_STOPLEN_BIT; /* 2 stops */ in sc16is7xx_set_termios()
1113 sc16is7xx_port_write(port, SC16IS7XX_LCR_REG, lcr); in sc16is7xx_set_termios()