Searched refs:mr1 (Results 1 – 6 of 6) sorted by relevance
202 unsigned char mr1, mr2; in mcf_set_termios() local212 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 …]
646 u8 mr1, mr2; in sccnxp_set_termios() local664 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()
500 unsigned char mr1 = 0; in ipoctal_set_termios() local514 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 …]
571 u32 r, mr1 = 0; in emac_configure() local576 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 …]
30 u32 mr1; /* Reset */ member
304 u8 mr1; /* PSC + 0x00 */ member