Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-pxa2xx.c1136 uint tx_thres, tx_hi_thres, rx_thres; in setup() local
1140 tx_thres = TX_THRESH_QUARK_X1000_DFLT; in setup()
1145 tx_thres = TX_THRESH_MRFLD_DFLT; in setup()
1150 tx_thres = TX_THRESH_CE4100_DFLT; in setup()
1161 tx_thres = config->tx_threshold_lo; in setup()
1168 tx_thres = 1; in setup()
1171 tx_thres = TX_THRESH_DFLT; in setup()
1202 chip->lpss_tx_threshold = SSITF_TxLoThresh(tx_thres) | in setup()
1208 chip->lpss_tx_threshold = tx_thres; in setup()
1215 | (QUARK_X1000_SSCR1_TxTresh(tx_thres) in setup()
[all …]