Home
last modified time | relevance | path

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

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