Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/spi/
Dspi-pxa2xx-dma.c240 | SSCR1_TxTresh(TX_THRESH_DFLT); in pxa2xx_spi_set_dma_burst_and_threshold()
Dspi-pxa2xx.c1302 (SSCR1_TxTresh(tx_thres) & SSCR1_TFT); in setup()
1706 SSCR1_TxTresh(1) | in pxa2xx_spi_probe()
1710 SSCR1_TxTresh(TX_THRESH_DFLT); in pxa2xx_spi_probe()
/linux-6.1.9/include/linux/
Dpxa2xx_ssp.h92 #define SSCR1_TxTresh(x) (((x) - 1) << 6) /* level [1..16] */ macro
/linux-6.1.9/sound/soc/pxa/
Dpxa-ssp.c433 sscr1 |= SSCR1_RxTresh(8) | SSCR1_TxTresh(7); in pxa_ssp_configure_dai_fmt()