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

/linux-4.4.14/include/linux/
H A Dpxa2xx_ssp.h96 #define SSCR1_RxTresh(x) (((x) - 1) << 10) /* level [1..16] */ macro
109 #define SSCR1_RxTresh(x) (((x) - 1) << 10) /* level [1..4] */ macro
/linux-4.4.14/drivers/spi/
H A Dspi-pxa2xx-dma.c360 *threshold = SSCR1_RxTresh(RX_THRESH_DFLT) pxa2xx_spi_set_dma_burst_and_threshold()
H A Dspi-pxa2xx.c216 *sccr1_reg |= SSCR1_RxTresh(threshold); pxa2xx_spi_set_rx_thre()
1259 chip->threshold = (SSCR1_RxTresh(rx_thres) & SSCR1_RFT) | setup()
1556 tmp = SSCR1_RxTresh(RX_THRESH_DFLT) | pxa2xx_spi_probe()
/linux-4.4.14/drivers/input/mouse/
H A Dnavpoint.c58 | SSCR1_RxTresh(1) /* RFT = 0; Receive FIFO threshold = 1 */
/linux-4.4.14/sound/soc/pxa/
H A Dpxa-ssp.c461 sscr1 = SSCR1_RxTresh(8) | SSCR1_TxTresh(7); pxa_ssp_set_dai_fmt()

Completed in 94 milliseconds