Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dpxa2xx_ssp.h105 #define CE4100_SSCR1_RxTresh(x) (((x) - 1) << 10) /* level [1..4] */ macro
/linux-6.1.9/drivers/spi/
Dspi-pxa2xx.c284 *sccr1_reg |= CE4100_SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
1297 chip->threshold = (CE4100_SSCR1_RxTresh(rx_thres) & CE4100_SSCR1_RFT) | in setup()
1693 tmp = CE4100_SSCR1_RxTresh(RX_THRESH_CE4100_DFLT) | in pxa2xx_spi_probe()