rx_thres         1255 drivers/spi/spi-pxa2xx.c 	uint tx_thres, tx_hi_thres, rx_thres;
rx_thres         1261 drivers/spi/spi-pxa2xx.c 		rx_thres = RX_THRESH_QUARK_X1000_DFLT;
rx_thres         1266 drivers/spi/spi-pxa2xx.c 		rx_thres = RX_THRESH_CE4100_DFLT;
rx_thres         1277 drivers/spi/spi-pxa2xx.c 		rx_thres = config->rx_threshold;
rx_thres         1283 drivers/spi/spi-pxa2xx.c 			rx_thres = 2;
rx_thres         1286 drivers/spi/spi-pxa2xx.c 			rx_thres = RX_THRESH_DFLT;
rx_thres         1326 drivers/spi/spi-pxa2xx.c 			rx_thres = chip_info->rx_threshold;
rx_thres         1338 drivers/spi/spi-pxa2xx.c 	chip->lpss_rx_threshold = SSIRF_RxThresh(rx_thres);
rx_thres         1361 drivers/spi/spi-pxa2xx.c 		chip->threshold = (QUARK_X1000_SSCR1_RxTresh(rx_thres)
rx_thres         1367 drivers/spi/spi-pxa2xx.c 		chip->threshold = (CE4100_SSCR1_RxTresh(rx_thres) & CE4100_SSCR1_RFT) |
rx_thres         1371 drivers/spi/spi-pxa2xx.c 		chip->threshold = (SSCR1_RxTresh(rx_thres) & SSCR1_RFT) |