Lines Matching refs:lcr
661 u8 lcr; in men_z135_set_termios() local
664 lcr = LCR(conf_reg); in men_z135_set_termios()
669 lcr |= MEN_Z135_WL5; in men_z135_set_termios()
672 lcr |= MEN_Z135_WL6; in men_z135_set_termios()
675 lcr |= MEN_Z135_WL7; in men_z135_set_termios()
678 lcr |= MEN_Z135_WL8; in men_z135_set_termios()
684 lcr |= MEN_Z135_NSTB2 << MEN_Z135_STB_SHIFT; in men_z135_set_termios()
688 lcr |= MEN_Z135_PAR_ENA << MEN_Z135_PEN_SHIFT; in men_z135_set_termios()
691 lcr |= MEN_Z135_PTY_ODD << MEN_Z135_PTY_SHIFT; in men_z135_set_termios()
693 lcr |= MEN_Z135_PTY_EVN << MEN_Z135_PTY_SHIFT; in men_z135_set_termios()
695 lcr |= MEN_Z135_PAR_DIS << MEN_Z135_PEN_SHIFT; in men_z135_set_termios()
709 conf_reg |= lcr << MEN_Z135_LCR_SHIFT; in men_z135_set_termios()