Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dmcf.c202 unsigned char mr1, mr2; in mcf_set_termios() local
213 mr2 = 0; in mcf_set_termios()
246 mr2 |= MCFUART_MR2_STOP2; in mcf_set_termios()
248 mr2 |= MCFUART_MR2_STOP1; in mcf_set_termios()
252 mr2 |= MCFUART_MR2_TXCTS; in mcf_set_termios()
258 mr2 |= MCFUART_MR2_TXRTS; in mcf_set_termios()
266 writeb(mr2, port->membase + MCFUART_UMR); in mcf_set_termios()
419 unsigned char mr1, mr2; in mcf_config_rs485() local
423 mr2 = readb(port->membase + MCFUART_UMR); in mcf_config_rs485()
427 mr2 |= MCFUART_MR2_TXRTS; in mcf_config_rs485()
[all …]
H A Dsccnxp.c645 u8 mr1, mr2; in sccnxp_set_termios() local
685 mr2 = (termios->c_cflag & CSTOPB) ? MR2_STOP2 : MR2_STOP1; in sccnxp_set_termios()
690 sccnxp_port_write(port, SCCNXP_MR_REG, mr2); in sccnxp_set_termios()
/linux/arch/powerpc/include/asm/
H A Dmpc52xx_psc.h155 u8 mr2; member
306 u8 mr2; /* PSC + 0x04 */ member
/linux/drivers/spi/
H A Dspi-mpc512x-psc.c334 in_8(psc_addr(mps, mr2)); in mpc512x_psc_spi_prep_xfer_hw()
335 out_8(psc_addr(mps, mr2), 0x0); in mpc512x_psc_spi_prep_xfer_hw()