Searched refs:bandwidth_temp (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c2314 short band_temp = -1, regulation = -1, bandwidth_temp = -1, local
2330 bandwidth_temp = 0;
2332 bandwidth_temp = 1;
2334 bandwidth_temp = 2;
2410 bandwidth_temp = 0;
2416 bandwidth_temp == 2)
2417 bandwidth_temp = 1;
2429 if (band_temp == -1 || regulation == -1 || bandwidth_temp == -1 ||
2433 band_temp, regulation, bandwidth_temp, rf_path,
2439 bdwidth = bandwidth_temp;
[all...]
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c10454 int bandwidth_temp = 0; local
10526 bandwidth_temp = channel->symbolrate * bw_rolloff_factor;
10527 bandwidth = bandwidth_temp / 100;
10529 if ((bandwidth_temp % 100) >= 50)

Completed in 310 milliseconds