Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c2316 short band_temp = -1, regulation = -1, bandwidth_temp = -1, in _rtl8812ae_phy_get_txpower_limit() local
2332 bandwidth_temp = 0; in _rtl8812ae_phy_get_txpower_limit()
2334 bandwidth_temp = 1; in _rtl8812ae_phy_get_txpower_limit()
2336 bandwidth_temp = 2; in _rtl8812ae_phy_get_txpower_limit()
2412 bandwidth_temp = 0; in _rtl8812ae_phy_get_txpower_limit()
2418 bandwidth_temp == 2) in _rtl8812ae_phy_get_txpower_limit()
2419 bandwidth_temp = 1; in _rtl8812ae_phy_get_txpower_limit()
2431 if (band_temp == -1 || regulation == -1 || bandwidth_temp == -1 || in _rtl8812ae_phy_get_txpower_limit()
2435 band_temp, regulation, bandwidth_temp, rf_path, in _rtl8812ae_phy_get_txpower_limit()
2441 bdwidth = bandwidth_temp; in _rtl8812ae_phy_get_txpower_limit()
/linux-6.15/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c10445 int bandwidth_temp = 0; in ctrl_set_channel() local
10517 bandwidth_temp = channel->symbolrate * bw_rolloff_factor; in ctrl_set_channel()
10518 bandwidth = bandwidth_temp / 100; in ctrl_set_channel()
10520 if ((bandwidth_temp % 100) >= 50) in ctrl_set_channel()