Searched refs:CE4100_SSCR1_RxTresh (Results 1 – 2 of 2) sorted by relevance
105 #define CE4100_SSCR1_RxTresh(x) (((x) - 1) << 10) /* level [1..4] */ macro
284 *sccr1_reg |= CE4100_SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()1297 chip->threshold = (CE4100_SSCR1_RxTresh(rx_thres) & CE4100_SSCR1_RFT) | in setup()1693 tmp = CE4100_SSCR1_RxTresh(RX_THRESH_CE4100_DFLT) | in pxa2xx_spi_probe()