Lines Matching refs:lcr
657 u8 lcr; in men_z135_set_termios() local
660 lcr = LCR(conf_reg); in men_z135_set_termios()
665 lcr |= MEN_Z135_WL5; in men_z135_set_termios()
668 lcr |= MEN_Z135_WL6; in men_z135_set_termios()
671 lcr |= MEN_Z135_WL7; in men_z135_set_termios()
674 lcr |= MEN_Z135_WL8; in men_z135_set_termios()
680 lcr |= MEN_Z135_NSTB2 << MEN_Z135_STB_SHIFT; in men_z135_set_termios()
684 lcr |= MEN_Z135_PAR_ENA << MEN_Z135_PEN_SHIFT; in men_z135_set_termios()
687 lcr |= MEN_Z135_PTY_ODD << MEN_Z135_PTY_SHIFT; in men_z135_set_termios()
689 lcr |= MEN_Z135_PTY_EVN << MEN_Z135_PTY_SHIFT; in men_z135_set_termios()
691 lcr |= MEN_Z135_PAR_DIS << MEN_Z135_PEN_SHIFT; in men_z135_set_termios()
705 conf_reg |= lcr << MEN_Z135_LCR_SHIFT; in men_z135_set_termios()