Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-pxa2xx.c287 *sccr1_reg |= SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
988 dma_thresh = SSCR1_RxTresh(RX_THRESH_DFLT) | SSCR1_TxTresh(TX_THRESH_DFLT); in pxa2xx_spi_transfer_one()
1223 chip->threshold = (SSCR1_RxTresh(rx_thres) & SSCR1_RFT) | in setup()
1400 SSCR1_RxTresh(2) | in pxa2xx_spi_probe()
1404 tmp = SSCR1_RxTresh(RX_THRESH_DFLT) | in pxa2xx_spi_probe()
/linux/include/linux/
H A Dpxa2xx_ssp.h94 #define SSCR1_RxTresh(x) (((x) - 1) << 10) /* level [1..16] */ macro
/linux/sound/soc/pxa/
H A Dpxa-ssp.c433 sscr1 |= SSCR1_RxTresh(8) | SSCR1_TxTresh(7); in pxa_ssp_configure_dai_fmt()