Searched refs:h_lcr (Results 1 – 1 of 1) sorted by relevance
186 unsigned int h_lcr; in serial21285_break_ctl() local189 h_lcr = *CSR_H_UBRLCR; in serial21285_break_ctl()191 h_lcr |= H_UBRLCR_BREAK; in serial21285_break_ctl()193 h_lcr &= ~H_UBRLCR_BREAK; in serial21285_break_ctl()194 *CSR_H_UBRLCR = h_lcr; in serial21285_break_ctl()228 unsigned int baud, quot, h_lcr, b; in serial21285_set_termios() local251 h_lcr = 0x00; in serial21285_set_termios()254 h_lcr = 0x20; in serial21285_set_termios()257 h_lcr = 0x40; in serial21285_set_termios()260 h_lcr = 0x60; in serial21285_set_termios()[all …]