Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
Dspi-pxa2xx.c1172 uint tx_thres, tx_hi_thres, rx_thres; in setup() local
1176 tx_thres = TX_THRESH_QUARK_X1000_DFLT; in setup()
1181 tx_thres = TX_THRESH_MRFLD_DFLT; in setup()
1186 tx_thres = TX_THRESH_CE4100_DFLT; in setup()
1197 tx_thres = config->tx_threshold_lo; in setup()
1204 tx_thres = 1; in setup()
1207 tx_thres = TX_THRESH_DFLT; in setup()
1243 tx_thres = chip_info->tx_threshold; in setup()
1261 chip->lpss_tx_threshold = SSITF_TxLoThresh(tx_thres) | in setup()
1267 chip->lpss_tx_threshold = tx_thres; in setup()
[all …]