Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dpxa2xx_ssp.h94 #define SSCR1_RFT GENMASK(13, 10) /* Receive FIFO Threshold (mask) */ macro
/kernel/linux/linux-5.10/drivers/spi/
Dspi-pxa2xx.c51 | SSCR1_RFT | SSCR1_TFT | SSCR1_MWDS \
258 mask = SSCR1_RFT; in pxa2xx_spi_clear_rx_thre()
614 sccr1_reg &= ~SSCR1_RFT; in reset_sccr1()
1388 chip->threshold = (SSCR1_RxTresh(rx_thres) & SSCR1_RFT) | in setup()
/kernel/linux/linux-5.10/sound/soc/pxa/
Dpxa-ssp.c447 SSCR1_RWOT | SSCR1_TRAIL | SSCR1_TFT | SSCR1_RFT); in pxa_ssp_configure_dai_fmt()