Searched refs:rate_section (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 902 u8 band, rfpath, txnum, rate_section; in _rtl8821ae_phy_init_tx_power_by_rate() local 907 for (rate_section = 0; in _rtl8821ae_phy_init_tx_power_by_rate() 908 rate_section < TX_PWR_BY_RATE_NUM_SECTION; in _rtl8821ae_phy_init_tx_power_by_rate() 909 ++rate_section) in _rtl8821ae_phy_init_tx_power_by_rate() 911 [rfpath][txnum][rate_section] = 0; in _rtl8821ae_phy_init_tx_power_by_rate() 916 u8 rate_section, in _rtl8821ae_phy_set_txpower_by_rate_base() argument 929 switch (rate_section) { in _rtl8821ae_phy_set_txpower_by_rate_base() 951 rate_section, path, txnum); in _rtl8821ae_phy_set_txpower_by_rate_base() 955 switch (rate_section) { in _rtl8821ae_phy_set_txpower_by_rate_base() 974 rate_section, path, txnum); in _rtl8821ae_phy_set_txpower_by_rate_base() [all …]
|
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 281 u8 path, u8 rate_section, in _rtl8723be_phy_set_txpower_by_rate_base() argument 295 switch (rate_section) { in _rtl8723be_phy_set_txpower_by_rate_base() 311 rate_section, path, txnum); in _rtl8723be_phy_set_txpower_by_rate_base() 324 u8 rate_section) in _rtl8723be_phy_get_txpower_by_rate_base() argument 337 switch (rate_section) { in _rtl8723be_phy_get_txpower_by_rate_base() 353 rate_section, path, txnum); in _rtl8723be_phy_get_txpower_by_rate_base() 686 u8 rate_section = _rtl8723be_get_rate_section_index(regaddr); in _rtl8723be_store_tx_power_by_rate() local 702 rtlphy->tx_power_by_rate_offset[band][rfpath][txnum][rate_section] = in _rtl8723be_store_tx_power_by_rate() 808 u8 rate_section = 0; in _rtl8723be_phy_get_ratesection_intxpower_byrate() local 812 rate_section = 2; in _rtl8723be_phy_get_ratesection_intxpower_byrate() [all …]
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.c | 399 u8 rate_section, u8 txnum, in _rtl92ee_phy_set_txpower_by_rate_base() argument 412 switch (rate_section) { in _rtl92ee_phy_set_txpower_by_rate_base() 428 rate_section, path, txnum); in _rtl92ee_phy_set_txpower_by_rate_base() 439 u8 rate_section) in _rtl92ee_phy_get_txpower_by_rate_base() argument 452 switch (rate_section) { in _rtl92ee_phy_get_txpower_by_rate_base() 468 rate_section, path, txnum); in _rtl92ee_phy_get_txpower_by_rate_base() 1104 u8 rate_section = 0; in _rtl92ee_phy_get_ratesection_intxpower_byrate() local 1108 rate_section = 2; in _rtl92ee_phy_get_ratesection_intxpower_byrate() 1113 rate_section = 3; in _rtl92ee_phy_get_ratesection_intxpower_byrate() 1115 rate_section = 2; in _rtl92ee_phy_get_ratesection_intxpower_byrate() [all …]
|
/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 275 enum rate_section { enum
|