Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-pxa2xx.c257 u32 *sccr1_reg) in pxa2xx_spi_clear_rx_thre()
272 *sccr1_reg &= ~mask; in pxa2xx_spi_clear_rx_thre()
276 u32 *sccr1_reg, u32 threshold) in pxa2xx_spi_set_rx_thre()
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()
256 pxa2xx_spi_clear_rx_thre(const struct driver_data *drv_data, u32 *sccr1_reg) pxa2xx_spi_clear_rx_thre() argument
275 pxa2xx_spi_set_rx_thre(const struct driver_data *drv_data, u32 *sccr1_reg, u32 threshold) pxa2xx_spi_set_rx_thre() argument
727 u32 sccr1_reg; ssp_int() local
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-pxa2xx.c246 u32 *sccr1_reg) in pxa2xx_spi_clear_rx_thre()
261 *sccr1_reg &= ~mask; in pxa2xx_spi_clear_rx_thre()
265 u32 *sccr1_reg, u32 threshold) in pxa2xx_spi_set_rx_thre()
269 *sccr1_reg |= QUARK_X1000_SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
272 *sccr1_reg |= CE4100_SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
275 *sccr1_reg |= SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
603 u32 sccr1_reg; in reset_sccr1() local
605 sccr1_reg = pxa2xx_spi_read(drv_data, SSCR1) & ~drv_data->int_cr1; in reset_sccr1()
608 sccr1_reg &= ~QUARK_X1000_SSCR1_RFT; in reset_sccr1()
611 sccr1_reg in reset_sccr1()
245 pxa2xx_spi_clear_rx_thre(const struct driver_data *drv_data, u32 *sccr1_reg) pxa2xx_spi_clear_rx_thre() argument
264 pxa2xx_spi_set_rx_thre(const struct driver_data *drv_data, u32 *sccr1_reg, u32 threshold) pxa2xx_spi_set_rx_thre() argument
688 u32 sccr1_reg; interrupt_transfer() local
741 u32 sccr1_reg; ssp_int() local
[all...]

Completed in 4 milliseconds