Searched refs:SSCR1_RxTresh (Results 1 – 6 of 6) sorted by relevance
96 #define SSCR1_RxTresh(x) (((x) - 1) << 10) /* level [1..16] */ macro109 #define SSCR1_RxTresh(x) (((x) - 1) << 10) /* level [1..4] */ macro
58 | SSCR1_RxTresh(1) /* RFT = 0; Receive FIFO threshold = 1 */
364 *threshold = SSCR1_RxTresh(RX_THRESH_DFLT) in pxa2xx_spi_set_dma_burst_and_threshold()
483 *threshold = (SSCR1_RxTresh(thresh_words) & SSCR1_RFT) in pxa2xx_spi_set_dma_burst_and_threshold()
146 *sccr1_reg |= SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()1185 chip->threshold = (SSCR1_RxTresh(rx_thres) & SSCR1_RFT) | in setup()1429 tmp = SSCR1_RxTresh(RX_THRESH_DFLT) | in pxa2xx_spi_probe()
461 sscr1 = SSCR1_RxTresh(8) | SSCR1_TxTresh(7); in pxa_ssp_set_dai_fmt()