Home
last modified time | relevance | path

Searched refs:mr1 (Results 1 – 9 of 9) 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.c149 out_8(&PSC(port)->mode, mr1); in mpc52xx_psc_set_mode()
925 out_8(&PSC_5125(port)->mr1, mr1); in mpc5125_psc_set_mode()
962 return in_8(&PSC_5125(port)->mr1); in mpc5125_psc_get_mr1()
1174 unsigned char mr1, mr2; in mpc52xx_uart_set_termios() local
1179 mr1 = 0; in mpc52xx_uart_set_termios()
1197 mr1 |= (new->c_cflag & PARODD) ? in mpc52xx_uart_set_termios()
1200 mr1 |= MPC52xx_PSC_MODE_PARNONE; in mpc52xx_uart_set_termios()
1213 mr1 |= MPC52xx_PSC_MODE_RXRTS; in mpc52xx_uart_set_termios()
1240 psc_ops->set_mode(port, mr1, mr2); in mpc52xx_uart_set_termios()
1531 unsigned char mr1; in mpc52xx_console_get_options() local
[all …]
A Dsccnxp.c643 u8 mr1, mr2; in sccnxp_set_termios() local
661 mr1 = MR1_BITS_5; in sccnxp_set_termios()
664 mr1 = MR1_BITS_6; in sccnxp_set_termios()
667 mr1 = MR1_BITS_7; in sccnxp_set_termios()
671 mr1 = MR1_BITS_8; in sccnxp_set_termios()
678 mr1 |= MR1_PAR_ODD; in sccnxp_set_termios()
680 mr1 |= MR1_PAR_NO; in sccnxp_set_termios()
687 sccnxp_port_write(port, SCCNXP_MR_REG, mr1); in sccnxp_set_termios()
/linux/drivers/ipack/devices/
A Dipoctal.c503 unsigned char mr1 = 0; in ipoctal_set_termios() local
517 mr1 |= MR1_CHRL_6_BITS; in ipoctal_set_termios()
520 mr1 |= MR1_CHRL_7_BITS; in ipoctal_set_termios()
524 mr1 |= MR1_CHRL_8_BITS; in ipoctal_set_termios()
537 mr1 |= MR1_PARITY_OFF; in ipoctal_set_termios()
552 mr1 |= MR1_RxRTS_CONTROL_ON; in ipoctal_set_termios()
555 mr1 |= MR1_RxRTS_CONTROL_OFF; in ipoctal_set_termios()
560 mr1 |= MR1_RxRTS_CONTROL_OFF; in ipoctal_set_termios()
564 mr1 |= MR1_RxRTS_CONTROL_OFF; in ipoctal_set_termios()
620 mr1 |= MR1_ERROR_CHAR; in ipoctal_set_termios()
[all …]
/linux/arch/nds32/kernel/
A Dsleep.S23 mfsr $r4, $mr1
106 mtsr $r4, $mr1
/linux/drivers/net/ethernet/ibm/emac/
A Dcore.c579 u32 r, mr1 = 0; in emac_configure() local
584 out_be32(&p->mr1, in_be32(&p->mr1) in emac_configure()
602 mr1 = EMAC_MR1_FDE | EMAC_MR1_ILE; in emac_configure()
622 mr1 |= EMAC_MR1_MF_1000; in emac_configure()
630 mr1 |= EMAC4_MR1_JPSM; in emac_configure()
632 mr1 |= EMAC_MR1_JPSM; in emac_configure()
638 mr1 |= EMAC_MR1_MF_100; in emac_configure()
657 mr1 |= EMAC_MR1_EIFC | EMAC_MR1_APP; in emac_configure()
659 mr1 |= EMAC_MR1_APP; in emac_configure()
664 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
/linux/drivers/net/wireless/atmel/
A Datmel.c3575 u16 mr1, mr3; in atmel_wakeup_firmware() local
3590 mr1 = atmel_read16(priv->dev, MR1); in atmel_wakeup_firmware()
3595 if (mr1 & MAC_BOOT_COMPLETE && in atmel_wakeup_firmware()
3618 mr1 = atmel_read16(priv->dev, MR1); in atmel_wakeup_firmware()
3623 if (mr1 & MAC_INIT_COMPLETE && in atmel_wakeup_firmware()
3640 if ((mr1 & MAC_INIT_COMPLETE) && in atmel_wakeup_firmware()

Completed in 36 milliseconds