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

/linux-master/include/linux/
H A Dpxa2xx_ssp.h93 #define SSCR1_RFT GENMASK(13, 10) /* Receive FIFO Threshold (mask) */ macro
/linux-master/drivers/spi/
H A Dspi-pxa2xx.c51 | SSCR1_RFT | SSCR1_TFT | SSCR1_MWDS \
269 mask = SSCR1_RFT;
601 mask |= SSCR1_RFT;
1300 chip->threshold = (SSCR1_RxTresh(rx_thres) & SSCR1_RFT) |
/linux-master/sound/soc/pxa/
H A Dpxa-ssp.c429 SSCR1_RWOT | SSCR1_TRAIL | SSCR1_TFT | SSCR1_RFT);

Completed in 132 milliseconds