Home
last modified time | relevance | path

Searched refs:QUARK_X1000_SSCR1_RxTresh (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dpxa2xx_ssp.h123 #define QUARK_X1000_SSCR1_RxTresh(x) (((x) - 1) << 11) /* level [1..32] */ macro
/kernel/linux/linux-6.6/include/linux/
H A Dpxa2xx_ssp.h125 #define QUARK_X1000_SSCR1_RxTresh(x) (((x) - 1) << 11) /* level [1..32] */ macro
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-pxa2xx.c280 *sccr1_reg |= QUARK_X1000_SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
1290 chip->threshold = (QUARK_X1000_SSCR1_RxTresh(rx_thres) in setup()
1565 tmp = QUARK_X1000_SSCR1_RxTresh(RX_THRESH_QUARK_X1000_DFLT) | in pxa2xx_spi_probe()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-pxa2xx.c269 *sccr1_reg |= QUARK_X1000_SSCR1_RxTresh(threshold); in pxa2xx_spi_set_rx_thre()
1378 chip->threshold = (QUARK_X1000_SSCR1_RxTresh(rx_thres) in setup()
1797 tmp = QUARK_X1000_SSCR1_RxTresh(RX_THRESH_QUARK_X1000_DFLT) | in pxa2xx_spi_probe()

Completed in 6 milliseconds