Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/spi/
Dspi-pxa2xx.c1269 uint tx_thres, tx_hi_thres, rx_thres; in setup() local
1273 tx_thres = TX_THRESH_QUARK_X1000_DFLT; in setup()
1278 tx_thres = TX_THRESH_CE4100_DFLT; in setup()
1289 tx_thres = config->tx_threshold_lo; in setup()
1296 tx_thres = 1; in setup()
1299 tx_thres = TX_THRESH_DFLT; in setup()
1336 tx_thres = chip_info->tx_threshold; in setup()
1353 chip->lpss_tx_threshold = SSITF_TxLoThresh(tx_thres) in setup()
1377 | (QUARK_X1000_SSCR1_TxTresh(tx_thres) in setup()
1382 (CE4100_SSCR1_TxTresh(tx_thres) & CE4100_SSCR1_TFT); in setup()
[all …]