Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dpxa2xx_ssp.h93 #define SSCR1_RFT GENMASK(13, 10) /* Receive FIFO Threshold (mask) */ macro
/linux-6.1.9/drivers/spi/
Dspi-pxa2xx.c52 | SSCR1_RFT | SSCR1_TFT | SSCR1_MWDS \
270 mask = SSCR1_RFT; in pxa2xx_spi_clear_rx_thre()
602 mask |= SSCR1_RFT; in reset_sccr1()
1301 chip->threshold = (SSCR1_RxTresh(rx_thres) & SSCR1_RFT) | in setup()
/linux-6.1.9/sound/soc/pxa/
Dpxa-ssp.c429 SSCR1_RWOT | SSCR1_TRAIL | SSCR1_TFT | SSCR1_RFT); in pxa_ssp_configure_dai_fmt()