Searched refs:in_24g (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/ |
D | phy.c | 1358 bool in_24g = true; in _rtl8822be_phy_get_chnl_index() local 1361 in_24g = true; in _rtl8822be_phy_get_chnl_index() 1364 in_24g = false; in _rtl8822be_phy_get_chnl_index() 1369 return in_24g; in _rtl8822be_phy_get_chnl_index() 1373 return in_24g; in _rtl8822be_phy_get_chnl_index() 1598 bool in_24g = false; in rtl8822be_get_txpower_index() local 1611 in_24g = _rtl8822be_phy_get_chnl_index(channel, &index); in rtl8822be_get_txpower_index() 1612 if (in_24g) { in rtl8822be_get_txpower_index() 1719 hw, (u8)(!in_24g), path, rate); in rtl8822be_get_txpower_index() 1724 hw, (u8)(!in_24g), bandwidth, path, rate, in rtl8822be_get_txpower_index()
|
D | hw.c | 1367 bool in_24g; in _rtl8822be_get_chnl_group() local 1370 in_24g = true; in _rtl8822be_get_chnl_group() 1383 in_24g = false; in _rtl8822be_get_chnl_group() 1414 return in_24g; in _rtl8822be_get_chnl_group()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 2250 bool in_24g = true; in _rtl8821ae_phy_get_chnl_index() local 2253 in_24g = true; in _rtl8821ae_phy_get_chnl_index() 2256 in_24g = false; in _rtl8821ae_phy_get_chnl_index() 2261 return in_24g; in _rtl8821ae_phy_get_chnl_index() 2265 return in_24g; in _rtl8821ae_phy_get_chnl_index() 2652 bool in_24g = false; in _rtl8821ae_get_txpower_index() local 2663 in_24g = _rtl8821ae_phy_get_chnl_index(channel, &index); in _rtl8821ae_get_txpower_index() 2664 if (in_24g) { in _rtl8821ae_get_txpower_index() 2751 _rtl8821ae_phy_get_txpower_by_rate(hw, (u8)(!in_24g), in _rtl8821ae_get_txpower_index()
|