Home
last modified time | relevance | path

Searched refs:sccr1_reg (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/spi/
Dspi-pxa2xx.c231 u32 *sccr1_reg) in pxa2xx_spi_clear_rx_thre() argument
246 *sccr1_reg &= ~mask; in pxa2xx_spi_clear_rx_thre()
250 u32 *sccr1_reg, u32 threshold) in pxa2xx_spi_set_rx_thre() argument
254 *sccr1_reg |= QUARK_X1000_SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
257 *sccr1_reg |= CE4100_SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
260 *sccr1_reg |= SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
562 u32 sccr1_reg; in reset_sccr1() local
564 sccr1_reg = pxa2xx_spi_read(drv_data, SSCR1) & ~drv_data->int_cr1; in reset_sccr1()
567 sccr1_reg &= ~QUARK_X1000_SSCR1_RFT; in reset_sccr1()
570 sccr1_reg &= ~CE4100_SSCR1_RFT; in reset_sccr1()
[all …]