Home
last modified time | relevance | path

Searched refs:RSPEN (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/soc/blackfin/
Dbf5xx-sport.c54 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()
/linux-4.1.27/drivers/tty/serial/
Dbfin_sport_uart.c205 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()
/linux-4.1.27/arch/blackfin/include/uapi/asm/
Dbfin_sport.h89 #define RSPEN 0x0001 /* RX enable */ macro