Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpxa2xx_ssp.h94 #define SSCR1_TxTresh(x) (((x) - 1) << 6) /* level [1..16] */ macro
107 #define SSCR1_TxTresh(x) (((x) - 1) << 6) /* level [1..4] */ macro
/linux-4.1.27/drivers/spi/
Dspi-pxa2xx-dma.c365 | SSCR1_TxTresh(TX_THRESH_DFLT); in pxa2xx_spi_set_dma_burst_and_threshold()
Dspi-pxa2xx-pxadma.c484 | (SSCR1_TxTresh(16-thresh_words) & SSCR1_TFT); in pxa2xx_spi_set_dma_burst_and_threshold()
Dspi-pxa2xx.c1186 (SSCR1_TxTresh(tx_thres) & SSCR1_TFT); in setup()
1430 SSCR1_TxTresh(TX_THRESH_DFLT); in pxa2xx_spi_probe()
/linux-4.1.27/sound/soc/pxa/
Dpxa-ssp.c461 sscr1 = SSCR1_RxTresh(8) | SSCR1_TxTresh(7); in pxa_ssp_set_dai_fmt()