Lines Matching refs:lcr
662 u8 lcr; in men_z135_set_termios() local
665 lcr = LCR(conf_reg); in men_z135_set_termios()
670 lcr |= MEN_Z135_WL5; in men_z135_set_termios()
673 lcr |= MEN_Z135_WL6; in men_z135_set_termios()
676 lcr |= MEN_Z135_WL7; in men_z135_set_termios()
679 lcr |= MEN_Z135_WL8; in men_z135_set_termios()
685 lcr |= MEN_Z135_NSTB2 << MEN_Z135_STB_SHIFT; in men_z135_set_termios()
689 lcr |= MEN_Z135_PAR_ENA << MEN_Z135_PEN_SHIFT; in men_z135_set_termios()
692 lcr |= MEN_Z135_PTY_ODD << MEN_Z135_PTY_SHIFT; in men_z135_set_termios()
694 lcr |= MEN_Z135_PTY_EVN << MEN_Z135_PTY_SHIFT; in men_z135_set_termios()
696 lcr |= MEN_Z135_PAR_DIS << MEN_Z135_PEN_SHIFT; in men_z135_set_termios()
710 conf_reg |= lcr << MEN_Z135_LCR_SHIFT; in men_z135_set_termios()