Searched refs:rate_section (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 895 u8 band, rfpath, txnum, rate_section; in _rtl8821ae_phy_init_tx_power_by_rate() local 900 for (rate_section = 0; in _rtl8821ae_phy_init_tx_power_by_rate() 901 rate_section < TX_PWR_BY_RATE_NUM_SECTION; in _rtl8821ae_phy_init_tx_power_by_rate() 902 ++rate_section) in _rtl8821ae_phy_init_tx_power_by_rate() 904 [rfpath][txnum][rate_section] = 0; in _rtl8821ae_phy_init_tx_power_by_rate() 909 u8 rate_section, in _rtl8821ae_phy_set_txpower_by_rate_base() argument 922 switch (rate_section) { in _rtl8821ae_phy_set_txpower_by_rate_base() 944 rate_section, path, txnum); in _rtl8821ae_phy_set_txpower_by_rate_base() 948 switch (rate_section) { in _rtl8821ae_phy_set_txpower_by_rate_base() 967 rate_section, path, txnum); in _rtl8821ae_phy_set_txpower_by_rate_base() [all …]
|
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 279 u8 path, u8 rate_section, in _rtl8723be_phy_set_txpower_by_rate_base() argument 293 switch (rate_section) { in _rtl8723be_phy_set_txpower_by_rate_base() 309 rate_section, path, txnum); in _rtl8723be_phy_set_txpower_by_rate_base() 322 u8 rate_section) in _rtl8723be_phy_get_txpower_by_rate_base() argument 335 switch (rate_section) { in _rtl8723be_phy_get_txpower_by_rate_base() 351 rate_section, path, txnum); in _rtl8723be_phy_get_txpower_by_rate_base() 684 u8 rate_section = _rtl8723be_get_rate_section_index(regaddr); in _rtl8723be_store_tx_power_by_rate() local 700 rtlphy->tx_power_by_rate_offset[band][rfpath][txnum][rate_section] = in _rtl8723be_store_tx_power_by_rate() 806 u8 rate_section = 0; in _rtl8723be_phy_get_ratesection_intxpower_byrate() local 810 rate_section = 2; in _rtl8723be_phy_get_ratesection_intxpower_byrate() [all …]
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.c | 384 u8 rate_section, u8 txnum, in _rtl92ee_phy_set_txpower_by_rate_base() argument 397 switch (rate_section) { in _rtl92ee_phy_set_txpower_by_rate_base() 413 rate_section, path, txnum); in _rtl92ee_phy_set_txpower_by_rate_base() 424 u8 rate_section) in _rtl92ee_phy_get_txpower_by_rate_base() argument 437 switch (rate_section) { in _rtl92ee_phy_get_txpower_by_rate_base() 453 rate_section, path, txnum); in _rtl92ee_phy_get_txpower_by_rate_base() 1089 u8 rate_section = 0; in _rtl92ee_phy_get_ratesection_intxpower_byrate() local 1093 rate_section = 2; in _rtl92ee_phy_get_ratesection_intxpower_byrate() 1098 rate_section = 3; in _rtl92ee_phy_get_ratesection_intxpower_byrate() 1100 rate_section = 2; in _rtl92ee_phy_get_ratesection_intxpower_byrate() [all …]
|
/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 275 enum rate_section { enum
|