Searched refs:RSPEN (Results 1 – 3 of 3) sorted by relevance
54 if ((sport->regs->tcr1 & TSPEN) || (sport->regs->rcr1 & RSPEN)) in sport_set_multichannel()96 if ((sport->regs->tcr1 & TSPEN) || (sport->regs->rcr1 & RSPEN)) in sport_config_rx()113 if ((sport->regs->tcr1 & TSPEN) || (sport->regs->rcr1 & RSPEN)) in sport_config_tx()159 sport->regs->rcr1 |= RSPEN; in sport_start()169 sport->regs->rcr1 &= ~RSPEN; in sport_stop()1057 sport->regs->rcr1 |= RSPEN; in sport_send_and_recv()1084 sport->regs->rcr1 &= ~RSPEN; in sport_send_and_recv()
205 SPORT_PUT_RCR1(up, SPORT_GET_RCR1(up) & ~RSPEN); in sport_uart_err_irq()426 SPORT_PUT_RCR1(up, (SPORT_GET_RCR1(up) & ~RSPEN)); in sport_stop_rx()443 SPORT_PUT_RCR1(up, (SPORT_GET_RCR1(up) & ~RSPEN)); in sport_shutdown()561 SPORT_PUT_RCR1(up, SPORT_GET_RCR1(up) & ~RSPEN); in sport_set_termios()581 SPORT_PUT_RCR1(up, SPORT_GET_RCR1(up) | RSPEN); in sport_set_termios()
89 #define RSPEN 0x0001 /* RX enable */ macro