Home
last modified time | relevance | path

Searched refs:SSCR1_RFT (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dpxa2xx_ssp.h95 #define SSCR1_RFT (0x00003c00) /* Receive FIFO Threshold (mask) */ macro
108 #define SSCR1_RFT (0x00000c00) /* Receive FIFO Threshold (mask) */ macro
/linux-4.4.14/drivers/spi/
Dspi-pxa2xx.c56 | SSCR1_RFT | SSCR1_TFT | SSCR1_MWDS \
202 mask = SSCR1_RFT; in pxa2xx_spi_clear_rx_thre()
551 sccr1_reg &= ~SSCR1_RFT; in reset_sccr1()
1259 chip->threshold = (SSCR1_RxTresh(rx_thres) & SSCR1_RFT) | in setup()