tx_thres         1255 drivers/spi/spi-pxa2xx.c 	uint tx_thres, tx_hi_thres, rx_thres;
tx_thres         1259 drivers/spi/spi-pxa2xx.c 		tx_thres = TX_THRESH_QUARK_X1000_DFLT;
tx_thres         1264 drivers/spi/spi-pxa2xx.c 		tx_thres = TX_THRESH_CE4100_DFLT;
tx_thres         1275 drivers/spi/spi-pxa2xx.c 		tx_thres = config->tx_threshold_lo;
tx_thres         1282 drivers/spi/spi-pxa2xx.c 			tx_thres = 1;
tx_thres         1285 drivers/spi/spi-pxa2xx.c 			tx_thres = TX_THRESH_DFLT;
tx_thres         1322 drivers/spi/spi-pxa2xx.c 			tx_thres = chip_info->tx_threshold;
tx_thres         1339 drivers/spi/spi-pxa2xx.c 	chip->lpss_tx_threshold = SSITF_TxLoThresh(tx_thres)
tx_thres         1363 drivers/spi/spi-pxa2xx.c 				   | (QUARK_X1000_SSCR1_TxTresh(tx_thres)
tx_thres         1368 drivers/spi/spi-pxa2xx.c 			(CE4100_SSCR1_TxTresh(tx_thres) & CE4100_SSCR1_TFT);
tx_thres         1372 drivers/spi/spi-pxa2xx.c 			(SSCR1_TxTresh(tx_thres) & SSCR1_TFT);