rx_thre           681 drivers/spi/spi-pxa2xx.c 			u32 rx_thre;
rx_thre           695 drivers/spi/spi-pxa2xx.c 			rx_thre = pxa2xx_spi_get_rx_default_thre(drv_data);
rx_thre           696 drivers/spi/spi-pxa2xx.c 			if (rx_thre > bytes_left)
rx_thre           697 drivers/spi/spi-pxa2xx.c 				rx_thre = bytes_left;
rx_thre           699 drivers/spi/spi-pxa2xx.c 			pxa2xx_spi_set_rx_thre(drv_data, &sccr1_reg, rx_thre);