Searched refs:CE4100_SSCR1_RxTresh (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dpxa2xx_ssp.h105 #define CE4100_SSCR1_RxTresh(x) (((x) - 1) << 10) /* level [1..4] */ macro
/linux-master/drivers/spi/
H A Dspi-pxa2xx.c283 *sccr1_reg |= CE4100_SSCR1_RxTresh(threshold);
1296 chip->threshold = (CE4100_SSCR1_RxTresh(rx_thres) & CE4100_SSCR1_RFT) |
1574 tmp = CE4100_SSCR1_RxTresh(RX_THRESH_CE4100_DFLT) |

Completed in 199 milliseconds