Searched refs:h_lcr (Results 1 – 1 of 1) sorted by relevance
171 unsigned int h_lcr; in serial21285_break_ctl() local174 h_lcr = *CSR_H_UBRLCR; in serial21285_break_ctl()176 h_lcr |= H_UBRLCR_BREAK; in serial21285_break_ctl()178 h_lcr &= ~H_UBRLCR_BREAK; in serial21285_break_ctl()179 *CSR_H_UBRLCR = h_lcr; in serial21285_break_ctl()213 unsigned int baud, quot, h_lcr, b; in serial21285_set_termios() local236 h_lcr = 0x00; in serial21285_set_termios()239 h_lcr = 0x20; in serial21285_set_termios()242 h_lcr = 0x40; in serial21285_set_termios()245 h_lcr = 0x60; in serial21285_set_termios()[all …]