Lines Matching defs:tx_thres
1271 uint tx_thres, tx_hi_thres, rx_thres;
1276 tx_thres = TX_THRESH_QUARK_X1000_DFLT;
1281 tx_thres = TX_THRESH_CE4100_DFLT;
1292 tx_thres = config->tx_threshold_lo;
1299 tx_thres = 1;
1302 tx_thres = TX_THRESH_DFLT;
1339 tx_thres = chip_info->tx_threshold;
1356 chip->lpss_tx_threshold = SSITF_TxLoThresh(tx_thres)
1380 | (QUARK_X1000_SSCR1_TxTresh(tx_thres)
1385 (CE4100_SSCR1_TxTresh(tx_thres) & CE4100_SSCR1_TFT);
1389 (SSCR1_TxTresh(tx_thres) & SSCR1_TFT);