Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dpxa2xx_ssp.h106 #define CE4100_SSCR1_RxTresh(x) (((x) - 1) << 10) /* level [1..4] */ macro
/kernel/linux/linux-5.10/drivers/spi/
Dspi-pxa2xx.c272 *sccr1_reg |= CE4100_SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
1384 chip->threshold = (CE4100_SSCR1_RxTresh(rx_thres) & CE4100_SSCR1_RFT) | in setup()
1806 tmp = CE4100_SSCR1_RxTresh(RX_THRESH_CE4100_DFLT) | in pxa2xx_spi_probe()