Lines Matching refs:rx_thres
1171 uint tx_thres, tx_hi_thres, rx_thres;
1177 rx_thres = RX_THRESH_QUARK_X1000_DFLT;
1182 rx_thres = RX_THRESH_MRFLD_DFLT;
1187 rx_thres = RX_THRESH_CE4100_DFLT;
1198 rx_thres = config->rx_threshold;
1204 rx_thres = 2;
1207 rx_thres = RX_THRESH_DFLT;
1246 rx_thres = chip_info->rx_threshold;
1259 chip->lpss_rx_threshold = SSIRF_RxThresh(rx_thres);
1265 chip->lpss_rx_threshold = rx_thres;
1290 chip->threshold = (QUARK_X1000_SSCR1_RxTresh(rx_thres)
1296 chip->threshold = (CE4100_SSCR1_RxTresh(rx_thres) & CE4100_SSCR1_RFT) |
1300 chip->threshold = (SSCR1_RxTresh(rx_thres) & SSCR1_RFT) |