Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-pxa2xx.c123 u32 *sccr1_reg) in pxa2xx_spi_clear_rx_thre() argument
135 *sccr1_reg &= ~mask; in pxa2xx_spi_clear_rx_thre()
139 u32 *sccr1_reg, u32 threshold) in pxa2xx_spi_set_rx_thre() argument
143 *sccr1_reg |= QUARK_X1000_SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
146 *sccr1_reg |= SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
477 u32 sccr1_reg; in reset_sccr1() local
479 sccr1_reg = pxa2xx_spi_read(drv_data, SSCR1) & ~drv_data->int_cr1; in reset_sccr1()
480 sccr1_reg &= ~SSCR1_RFT; in reset_sccr1()
481 sccr1_reg |= chip->threshold; in reset_sccr1()
482 pxa2xx_spi_write(drv_data, SSCR1, sccr1_reg); in reset_sccr1()
[all …]