Searched refs:h_lcr (Results 1 – 1 of 1) sorted by relevance
172 unsigned int h_lcr; in serial21285_break_ctl() local175 h_lcr = *CSR_H_UBRLCR; in serial21285_break_ctl()177 h_lcr |= H_UBRLCR_BREAK; in serial21285_break_ctl()179 h_lcr &= ~H_UBRLCR_BREAK; in serial21285_break_ctl()180 *CSR_H_UBRLCR = h_lcr; in serial21285_break_ctl()214 unsigned int baud, quot, h_lcr, b; in serial21285_set_termios() local237 h_lcr = 0x00; in serial21285_set_termios()240 h_lcr = 0x20; in serial21285_set_termios()243 h_lcr = 0x40; in serial21285_set_termios()246 h_lcr = 0x60; in serial21285_set_termios()[all …]