Lines Matching refs:rx_thres
1271 uint tx_thres, tx_hi_thres, rx_thres;
1278 rx_thres = RX_THRESH_QUARK_X1000_DFLT;
1283 rx_thres = RX_THRESH_CE4100_DFLT;
1294 rx_thres = config->rx_threshold;
1300 rx_thres = 2;
1303 rx_thres = RX_THRESH_DFLT;
1343 rx_thres = chip_info->rx_threshold;
1355 chip->lpss_rx_threshold = SSIRF_RxThresh(rx_thres);
1378 chip->threshold = (QUARK_X1000_SSCR1_RxTresh(rx_thres)
1384 chip->threshold = (CE4100_SSCR1_RxTresh(rx_thres) & CE4100_SSCR1_RFT) |
1388 chip->threshold = (SSCR1_RxTresh(rx_thres) & SSCR1_RFT) |