Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/spi/
Dspi-pxa2xx.c259 u32 *sccr1_reg) in pxa2xx_spi_clear_rx_thre() argument
274 *sccr1_reg &= ~mask; in pxa2xx_spi_clear_rx_thre()
278 u32 *sccr1_reg, u32 threshold) in pxa2xx_spi_set_rx_thre() argument
282 *sccr1_reg |= QUARK_X1000_SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
285 *sccr1_reg |= CE4100_SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
288 *sccr1_reg |= SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
693 u32 sccr1_reg; in interrupt_transfer() local
695 sccr1_reg = pxa2xx_spi_read(drv_data, SSCR1); in interrupt_transfer()
696 sccr1_reg &= ~SSCR1_TIE; in interrupt_transfer()
705 pxa2xx_spi_clear_rx_thre(drv_data, &sccr1_reg); in interrupt_transfer()
[all …]