Searched refs:SSCR1_RxTresh (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-pxa2xx-dma.c239 *threshold = SSCR1_RxTresh(RX_THRESH_DFLT)
H A Dspi-pxa2xx.c286 *sccr1_reg |= SSCR1_RxTresh(threshold);
1300 chip->threshold = (SSCR1_RxTresh(rx_thres) & SSCR1_RFT) |
1586 SSCR1_RxTresh(2) |
1590 tmp = SSCR1_RxTresh(RX_THRESH_DFLT) |
/linux-master/include/linux/
H A Dpxa2xx_ssp.h94 #define SSCR1_RxTresh(x) (((x) - 1) << 10) /* level [1..16] */ macro
/linux-master/sound/soc/pxa/
H A Dpxa-ssp.c433 sscr1 |= SSCR1_RxTresh(8) | SSCR1_TxTresh(7);

Completed in 126 milliseconds