Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-pxa2xx-dma.c239 *threshold = SSCR1_RxTresh(RX_THRESH_DFLT) in pxa2xx_spi_set_dma_burst_and_threshold()
H A Dspi-pxa2xx.c233 return RX_THRESH_DFLT; in pxa2xx_spi_get_rx_default_thre()
1207 rx_thres = RX_THRESH_DFLT; in setup()
1590 tmp = SSCR1_RxTresh(RX_THRESH_DFLT) | in pxa2xx_spi_probe()
/openbmc/linux/include/linux/
H A Dpxa2xx_ssp.h85 #define RX_THRESH_DFLT 8 macro