Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/spi/
Dspi-pxa2xx.c54 | SSCR1_RFT | SSCR1_TFT | SSCR1_MWDS \
132 mask = SSCR1_RFT; in pxa2xx_spi_clear_rx_thre()
480 sccr1_reg &= ~SSCR1_RFT; in reset_sccr1()
1185 chip->threshold = (SSCR1_RxTresh(rx_thres) & SSCR1_RFT) | in setup()
Dspi-pxa2xx-pxadma.c483 *threshold = (SSCR1_RxTresh(thresh_words) & SSCR1_RFT) in pxa2xx_spi_set_dma_burst_and_threshold()