Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
A Dmcf.c202 unsigned char mr1, mr2; in mcf_set_termios() local
216 case CS5: mr1 |= MCFUART_MR1_CS5; break; in mcf_set_termios()
217 case CS6: mr1 |= MCFUART_MR1_CS6; break; in mcf_set_termios()
218 case CS7: mr1 |= MCFUART_MR1_CS7; break; in mcf_set_termios()
226 mr1 |= MCFUART_MR1_PARITYMARK; in mcf_set_termios()
228 mr1 |= MCFUART_MR1_PARITYSPACE; in mcf_set_termios()
231 mr1 |= MCFUART_MR1_PARITYODD; in mcf_set_termios()
233 mr1 |= MCFUART_MR1_PARITYEVEN; in mcf_set_termios()
236 mr1 |= MCFUART_MR1_PARITYNONE; in mcf_set_termios()
251 mr1 |= MCFUART_MR1_RXRTS; in mcf_set_termios()
[all …]
A Dmpc52xx_uart.c151 out_8(&PSC(port)->mode, mr1); in mpc52xx_psc_set_mode()
924 out_8(&PSC_5125(port)->mr1, mr1); in mpc5125_psc_set_mode()
961 return in_8(&PSC_5125(port)->mr1); in mpc5125_psc_get_mr1()
1173 unsigned char mr1, mr2; in mpc52xx_uart_set_termios() local
1178 mr1 = 0; in mpc52xx_uart_set_termios()
1196 mr1 |= (new->c_cflag & PARODD) ? in mpc52xx_uart_set_termios()
1199 mr1 |= MPC52xx_PSC_MODE_PARNONE; in mpc52xx_uart_set_termios()
1212 mr1 |= MPC52xx_PSC_MODE_RXRTS; in mpc52xx_uart_set_termios()
1239 psc_ops->set_mode(port, mr1, mr2); in mpc52xx_uart_set_termios()
1499 unsigned char mr1; in mpc52xx_console_get_options() local
[all …]
A Dsccnxp.c646 u8 mr1, mr2; in sccnxp_set_termios() local
664 mr1 = MR1_BITS_5; in sccnxp_set_termios()
667 mr1 = MR1_BITS_6; in sccnxp_set_termios()
670 mr1 = MR1_BITS_7; in sccnxp_set_termios()
674 mr1 = MR1_BITS_8; in sccnxp_set_termios()
681 mr1 |= MR1_PAR_ODD; in sccnxp_set_termios()
683 mr1 |= MR1_PAR_NO; in sccnxp_set_termios()
690 sccnxp_port_write(port, SCCNXP_MR_REG, mr1); in sccnxp_set_termios()
/linux/drivers/ipack/devices/
A Dipoctal.c500 unsigned char mr1 = 0; in ipoctal_set_termios() local
514 mr1 |= MR1_CHRL_6_BITS; in ipoctal_set_termios()
517 mr1 |= MR1_CHRL_7_BITS; in ipoctal_set_termios()
521 mr1 |= MR1_CHRL_8_BITS; in ipoctal_set_termios()
534 mr1 |= MR1_PARITY_OFF; in ipoctal_set_termios()
549 mr1 |= MR1_RxRTS_CONTROL_ON; in ipoctal_set_termios()
552 mr1 |= MR1_RxRTS_CONTROL_OFF; in ipoctal_set_termios()
557 mr1 |= MR1_RxRTS_CONTROL_OFF; in ipoctal_set_termios()
561 mr1 |= MR1_RxRTS_CONTROL_OFF; in ipoctal_set_termios()
617 mr1 |= MR1_ERROR_CHAR; in ipoctal_set_termios()
[all …]
/linux/drivers/net/ethernet/ibm/emac/
A Dcore.c571 u32 r, mr1 = 0; in emac_configure() local
576 out_be32(&p->mr1, in_be32(&p->mr1) in emac_configure()
594 mr1 = EMAC_MR1_FDE | EMAC_MR1_ILE; in emac_configure()
614 mr1 |= EMAC_MR1_MF_1000; in emac_configure()
622 mr1 |= EMAC4_MR1_JPSM; in emac_configure()
624 mr1 |= EMAC_MR1_JPSM; in emac_configure()
630 mr1 |= EMAC_MR1_MF_100; in emac_configure()
649 mr1 |= EMAC_MR1_EIFC | EMAC_MR1_APP; in emac_configure()
651 mr1 |= EMAC_MR1_APP; in emac_configure()
656 out_be32(&p->mr1, mr1); in emac_configure()
[all …]
A Demac.h30 u32 mr1; /* Reset */ member
/linux/arch/powerpc/include/asm/
A Dmpc52xx_psc.h304 u8 mr1; /* PSC + 0x00 */ member

Completed in 30 milliseconds