sccr1_reg         238 drivers/spi/spi-pxa2xx.c 				     u32 *sccr1_reg)
sccr1_reg         253 drivers/spi/spi-pxa2xx.c 	*sccr1_reg &= ~mask;
sccr1_reg         257 drivers/spi/spi-pxa2xx.c 				   u32 *sccr1_reg, u32 threshold)
sccr1_reg         261 drivers/spi/spi-pxa2xx.c 		*sccr1_reg |= QUARK_X1000_SSCR1_RxTresh(threshold);
sccr1_reg         264 drivers/spi/spi-pxa2xx.c 		*sccr1_reg |= CE4100_SSCR1_RxTresh(threshold);
sccr1_reg         267 drivers/spi/spi-pxa2xx.c 		*sccr1_reg |= SSCR1_RxTresh(threshold);
sccr1_reg         585 drivers/spi/spi-pxa2xx.c 	u32 sccr1_reg;
sccr1_reg         587 drivers/spi/spi-pxa2xx.c 	sccr1_reg = pxa2xx_spi_read(drv_data, SSCR1) & ~drv_data->int_cr1;
sccr1_reg         590 drivers/spi/spi-pxa2xx.c 		sccr1_reg &= ~QUARK_X1000_SSCR1_RFT;
sccr1_reg         593 drivers/spi/spi-pxa2xx.c 		sccr1_reg &= ~CE4100_SSCR1_RFT;
sccr1_reg         596 drivers/spi/spi-pxa2xx.c 		sccr1_reg &= ~SSCR1_RFT;
sccr1_reg         599 drivers/spi/spi-pxa2xx.c 	sccr1_reg |= chip->threshold;
sccr1_reg         600 drivers/spi/spi-pxa2xx.c 	pxa2xx_spi_write(drv_data, SSCR1, sccr1_reg);
sccr1_reg         671 drivers/spi/spi-pxa2xx.c 		u32 sccr1_reg;
sccr1_reg         673 drivers/spi/spi-pxa2xx.c 		sccr1_reg = pxa2xx_spi_read(drv_data, SSCR1);
sccr1_reg         674 drivers/spi/spi-pxa2xx.c 		sccr1_reg &= ~SSCR1_TIE;
sccr1_reg         683 drivers/spi/spi-pxa2xx.c 			pxa2xx_spi_clear_rx_thre(drv_data, &sccr1_reg);
sccr1_reg         699 drivers/spi/spi-pxa2xx.c 			pxa2xx_spi_set_rx_thre(drv_data, &sccr1_reg, rx_thre);
sccr1_reg         701 drivers/spi/spi-pxa2xx.c 		pxa2xx_spi_write(drv_data, SSCR1, sccr1_reg);
sccr1_reg         725 drivers/spi/spi-pxa2xx.c 	u32 sccr1_reg;
sccr1_reg         748 drivers/spi/spi-pxa2xx.c 	sccr1_reg = pxa2xx_spi_read(drv_data, SSCR1);
sccr1_reg         751 drivers/spi/spi-pxa2xx.c 	if (!(sccr1_reg & SSCR1_TIE))
sccr1_reg         755 drivers/spi/spi-pxa2xx.c 	if (!(sccr1_reg & SSCR1_TINTE))
sccr1_reg         761 drivers/spi/spi-pxa2xx.c 	pxa2xx_spi_write(drv_data, SSCR1, sccr1_reg & ~drv_data->int_cr1);
sccr1_reg         762 drivers/spi/spi-pxa2xx.c 	pxa2xx_spi_write(drv_data, SSCR1, sccr1_reg);