Lines Matching refs:lcr
648 u8 lcr; in men_z135_set_termios() local
651 lcr = LCR(conf_reg); in men_z135_set_termios()
656 lcr |= MEN_Z135_WL5; in men_z135_set_termios()
659 lcr |= MEN_Z135_WL6; in men_z135_set_termios()
662 lcr |= MEN_Z135_WL7; in men_z135_set_termios()
665 lcr |= MEN_Z135_WL8; in men_z135_set_termios()
671 lcr |= MEN_Z135_NSTB2 << MEN_Z135_STB_SHIFT; in men_z135_set_termios()
675 lcr |= MEN_Z135_PAR_ENA << MEN_Z135_PEN_SHIFT; in men_z135_set_termios()
678 lcr |= MEN_Z135_PTY_ODD << MEN_Z135_PTY_SHIFT; in men_z135_set_termios()
680 lcr |= MEN_Z135_PTY_EVN << MEN_Z135_PTY_SHIFT; in men_z135_set_termios()
682 lcr |= MEN_Z135_PAR_DIS << MEN_Z135_PEN_SHIFT; in men_z135_set_termios()
696 conf_reg |= lcr << MEN_Z135_LCR_SHIFT; in men_z135_set_termios()