Lines Matching defs:tx_thres
1171 uint tx_thres, tx_hi_thres, rx_thres;
1175 tx_thres = TX_THRESH_QUARK_X1000_DFLT;
1180 tx_thres = TX_THRESH_MRFLD_DFLT;
1185 tx_thres = TX_THRESH_CE4100_DFLT;
1196 tx_thres = config->tx_threshold_lo;
1203 tx_thres = 1;
1206 tx_thres = TX_THRESH_DFLT;
1242 tx_thres = chip_info->tx_threshold;
1260 chip->lpss_tx_threshold = SSITF_TxLoThresh(tx_thres) |
1266 chip->lpss_tx_threshold = tx_thres;
1292 | (QUARK_X1000_SSCR1_TxTresh(tx_thres)
1297 (CE4100_SSCR1_TxTresh(tx_thres) & CE4100_SSCR1_TFT);
1301 (SSCR1_TxTresh(tx_thres) & SSCR1_TFT);