SSCR1_RxTresh      55 drivers/input/mouse/navpoint.c 	| SSCR1_RxTresh(1)	/* RFT = 0; Receive FIFO threshold = 1 */
SSCR1_RxTresh     248 drivers/spi/spi-pxa2xx-dma.c 	*threshold = SSCR1_RxTresh(RX_THRESH_DFLT)
SSCR1_RxTresh     267 drivers/spi/spi-pxa2xx.c 		*sccr1_reg |= SSCR1_RxTresh(threshold);
SSCR1_RxTresh    1371 drivers/spi/spi-pxa2xx.c 		chip->threshold = (SSCR1_RxTresh(rx_thres) & SSCR1_RFT) |
SSCR1_RxTresh    1799 drivers/spi/spi-pxa2xx.c 			      SSCR1_RxTresh(2) |
SSCR1_RxTresh    1803 drivers/spi/spi-pxa2xx.c 			tmp = SSCR1_RxTresh(RX_THRESH_DFLT) |
SSCR1_RxTresh     451 sound/soc/pxa/pxa-ssp.c 	sscr1 |= SSCR1_RxTresh(8) | SSCR1_TxTresh(7);