Searched refs:mr1 (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/tty/serial/ |
D | mcf.c | 202 unsigned char mr1, mr2; in mcf_set_termios() local 212 mr1 = MCFUART_MR1_RXIRQRDY | MCFUART_MR1_RXERRCHAR; in mcf_set_termios() 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() 220 default: mr1 |= MCFUART_MR1_CS8; 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() [all …]
|
D | mpc52xx_uart.c | 115 void (*set_mode)(struct uart_port *port, u8 mr1, u8 mr2); 148 static void mpc52xx_psc_set_mode(struct uart_port *port, u8 mr1, u8 mr2) in mpc52xx_psc_set_mode() argument 151 out_8(&PSC(port)->mode, mr1); in mpc52xx_psc_set_mode() 922 static void mpc5125_psc_set_mode(struct uart_port *port, u8 mr1, u8 mr2) in mpc5125_psc_set_mode() argument 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() 1181 case CS5: mr1 |= MPC52xx_PSC_MODE_5_BITS; in mpc52xx_uart_set_termios() 1183 case CS6: mr1 |= MPC52xx_PSC_MODE_6_BITS; in mpc52xx_uart_set_termios() [all …]
|
D | sccnxp.c | 646 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-6.12.1/drivers/ipack/devices/ |
D | ipoctal.c | 500 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() 530 mr1 |= MR1_PARITY_ON | MR1_PARITY_ODD; in ipoctal_set_termios() 532 mr1 |= MR1_PARITY_ON | MR1_PARITY_EVEN; 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() [all …]
|
/linux-6.12.1/drivers/net/ethernet/ibm/emac/ |
D | core.c | 571 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() 598 mr1 |= EMAC_MR1_FDE | EMAC_MR1_MWSW_001; in emac_configure() 605 mr1 |= EMAC_MR1_MF_1000GPCS | EMAC_MR1_MF_IPPA( 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() [all …]
|
D | emac.h | 30 u32 mr1; /* Reset */ member
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | mpc52xx_psc.h | 304 u8 mr1; /* PSC + 0x00 */ member
|