Lines Matching refs:sccr1_reg
257 u32 *sccr1_reg) in pxa2xx_spi_clear_rx_thre() argument
272 *sccr1_reg &= ~mask; in pxa2xx_spi_clear_rx_thre()
276 u32 *sccr1_reg, u32 threshold) in pxa2xx_spi_set_rx_thre() argument
280 *sccr1_reg |= QUARK_X1000_SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
283 *sccr1_reg |= CE4100_SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
286 *sccr1_reg |= SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
679 u32 sccr1_reg; in interrupt_transfer() local
681 sccr1_reg = pxa2xx_spi_read(drv_data, SSCR1); in interrupt_transfer()
682 sccr1_reg &= ~SSCR1_TIE; in interrupt_transfer()
691 pxa2xx_spi_clear_rx_thre(drv_data, &sccr1_reg); in interrupt_transfer()
707 pxa2xx_spi_set_rx_thre(drv_data, &sccr1_reg, rx_thre); in interrupt_transfer()
709 pxa2xx_spi_write(drv_data, SSCR1, sccr1_reg); in interrupt_transfer()
727 u32 sccr1_reg; in ssp_int() local
750 sccr1_reg = pxa2xx_spi_read(drv_data, SSCR1); in ssp_int()
753 if (!(sccr1_reg & SSCR1_TIE)) in ssp_int()
757 if (!(sccr1_reg & SSCR1_TINTE)) in ssp_int()
763 pxa2xx_spi_write(drv_data, SSCR1, sccr1_reg & ~drv_data->int_cr1); in ssp_int()
764 pxa2xx_spi_write(drv_data, SSCR1, sccr1_reg); in ssp_int()