Searched refs:mr1 (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/tty/serial/ |
A D | mcf.c | 202 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 D | mpc52xx_uart.c | 151 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 D | sccnxp.c | 643 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-6.3-rc2/drivers/ipack/devices/ |
A D | ipoctal.c | 503 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-6.3-rc2/drivers/net/ethernet/ibm/emac/ |
A D | core.c | 579 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 D | emac.h | 30 u32 mr1; /* Reset */ member
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | mpc52xx_psc.h | 304 u8 mr1; /* PSC + 0x00 */ member
|
/linux-6.3-rc2/drivers/net/wireless/atmel/ |
A D | atmel.c | 3571 u16 mr1, mr3; in atmel_wakeup_firmware() local 3586 mr1 = atmel_read16(priv->dev, MR1); in atmel_wakeup_firmware() 3591 if (mr1 & MAC_BOOT_COMPLETE && in atmel_wakeup_firmware() 3614 mr1 = atmel_read16(priv->dev, MR1); in atmel_wakeup_firmware() 3619 if (mr1 & MAC_INIT_COMPLETE && in atmel_wakeup_firmware() 3636 if ((mr1 & MAC_INIT_COMPLETE) && in atmel_wakeup_firmware()
|
Completed in 37 milliseconds