Lines Matching refs:lcr
658 u8 lcr; in men_z135_set_termios() local
661 lcr = LCR(conf_reg); in men_z135_set_termios()
666 lcr |= MEN_Z135_WL5; in men_z135_set_termios()
669 lcr |= MEN_Z135_WL6; in men_z135_set_termios()
672 lcr |= MEN_Z135_WL7; in men_z135_set_termios()
675 lcr |= MEN_Z135_WL8; in men_z135_set_termios()
681 lcr |= MEN_Z135_NSTB2 << MEN_Z135_STB_SHIFT; in men_z135_set_termios()
685 lcr |= MEN_Z135_PAR_ENA << MEN_Z135_PEN_SHIFT; in men_z135_set_termios()
688 lcr |= MEN_Z135_PTY_ODD << MEN_Z135_PTY_SHIFT; in men_z135_set_termios()
690 lcr |= MEN_Z135_PTY_EVN << MEN_Z135_PTY_SHIFT; in men_z135_set_termios()
692 lcr |= MEN_Z135_PAR_DIS << MEN_Z135_PEN_SHIFT; in men_z135_set_termios()
706 conf_reg |= lcr << MEN_Z135_LCR_SHIFT; in men_z135_set_termios()