Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpxa2xx_ssp.h95 #define SSCR1_RxTresh(x) (((x) - 1) << 10) /* level [1..16] */ macro
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-pxa2xx-dma.c248 *threshold = SSCR1_RxTresh(RX_THRESH_DFLT) in pxa2xx_spi_set_dma_burst_and_threshold()
H A Dspi-pxa2xx.c275 *sccr1_reg |= SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
1388 chip->threshold = (SSCR1_RxTresh(rx_thres) & SSCR1_RFT) | in setup()
1818 SSCR1_RxTresh(2) | in pxa2xx_spi_probe()
1822 tmp = SSCR1_RxTresh(RX_THRESH_DFLT) | in pxa2xx_spi_probe()
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dnavpoint.c55 | SSCR1_RxTresh(1) /* RFT = 0; Receive FIFO threshold = 1 */
/OK3568_Linux_fs/kernel/sound/soc/pxa/
H A Dpxa-ssp.c451 sscr1 |= SSCR1_RxTresh(8) | SSCR1_TxTresh(7); in pxa_ssp_configure_dai_fmt()