Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-pxa2xx.c1159 uint tx_thres, tx_hi_thres, rx_thres; in setup() local
1163 tx_thres = TX_THRESH_QUARK_X1000_DFLT; in setup()
1172 tx_thres = config->tx_threshold_lo; in setup()
1177 tx_thres = TX_THRESH_DFLT; in setup()
1215 tx_thres = chip_info->tx_threshold; in setup()
1234 chip->lpss_tx_threshold = SSITF_TxLoThresh(tx_thres) in setup()
1255 | (QUARK_X1000_SSCR1_TxTresh(tx_thres) in setup()
1260 (SSCR1_TxTresh(tx_thres) & SSCR1_TFT); in setup()