Home
last modified time | relevance | path

Searched refs:scval (Results 1 – 1 of 1) sorted by relevance

/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c503 u16 cval, scval, prev_mode; in cpm_uart_set_termios() local
537 scval = 0; in cpm_uart_set_termios()
562 scval |= SCU_PSMR_SL; in cpm_uart_set_termios()
568 scval |= SCU_PSMR_PEN; in cpm_uart_set_termios()
572 scval |= (SCU_PSMR_REVP | SCU_PSMR_TEVP); in cpm_uart_set_termios()
645 out_be16(&sccp->scc_psmr, (sbits << 12) | scval); in cpm_uart_set_termios()