Home
last modified time | relevance | path

Searched refs:SSCR1_TxTresh (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dpxa2xx_ssp.h93 #define SSCR1_TxTresh(x) (((x) - 1) << 6) /* level [1..16] */ macro
/kernel/linux/linux-5.10/drivers/spi/
Dspi-pxa2xx-dma.c249 | SSCR1_TxTresh(TX_THRESH_DFLT); in pxa2xx_spi_set_dma_burst_and_threshold()
Dspi-pxa2xx.c1389 (SSCR1_TxTresh(tx_thres) & SSCR1_TFT); in setup()
1819 SSCR1_TxTresh(1) | in pxa2xx_spi_probe()
1823 SSCR1_TxTresh(TX_THRESH_DFLT); in pxa2xx_spi_probe()
/kernel/linux/linux-5.10/sound/soc/pxa/
Dpxa-ssp.c451 sscr1 |= SSCR1_RxTresh(8) | SSCR1_TxTresh(7); in pxa_ssp_configure_dai_fmt()