Searched refs:rate_section (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 752 u8 band, rfpath, txnum, rate_section; in _rtl8821ae_phy_init_tx_power_by_rate() local 757 for (rate_section = 0; in _rtl8821ae_phy_init_tx_power_by_rate() 758 rate_section < TX_PWR_BY_RATE_NUM_SECTION; in _rtl8821ae_phy_init_tx_power_by_rate() 759 ++rate_section) in _rtl8821ae_phy_init_tx_power_by_rate() 761 [rfpath][txnum][rate_section] = 0; in _rtl8821ae_phy_init_tx_power_by_rate() 766 u8 rate_section, in _rtl8821ae_phy_set_txpower_by_rate_base() argument 779 switch (rate_section) { in _rtl8821ae_phy_set_txpower_by_rate_base() 801 rate_section, path, txnum); in _rtl8821ae_phy_set_txpower_by_rate_base() 805 switch (rate_section) { in _rtl8821ae_phy_set_txpower_by_rate_base() 824 rate_section, path, txnum); in _rtl8821ae_phy_set_txpower_by_rate_base() [all …]
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 249 u8 path, u8 rate_section, in _rtl8723be_phy_set_txpower_by_rate_base() argument 263 switch (rate_section) { in _rtl8723be_phy_set_txpower_by_rate_base() 279 rate_section, path, txnum); in _rtl8723be_phy_set_txpower_by_rate_base() 292 u8 rate_section) in _rtl8723be_phy_get_txpower_by_rate_base() argument 305 switch (rate_section) { in _rtl8723be_phy_get_txpower_by_rate_base() 321 rate_section, path, txnum); in _rtl8723be_phy_get_txpower_by_rate_base() 702 u8 rate_section = _rtl8723be_get_rate_section_index(regaddr); in _rtl8723be_store_tx_power_by_rate() local 718 rtlphy->tx_power_by_rate_offset[band][rfpath][txnum][rate_section] = in _rtl8723be_store_tx_power_by_rate() 880 u8 rate_section = 0; in _rtl8723be_phy_get_ratesection_intxpower_byrate() local 884 rate_section = 2; in _rtl8723be_phy_get_ratesection_intxpower_byrate() [all …]
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.c | 421 u8 rate_section, u8 txnum, in _rtl92ee_phy_set_txpower_by_rate_base() argument 434 switch (rate_section) { in _rtl92ee_phy_set_txpower_by_rate_base() 450 rate_section, path, txnum); in _rtl92ee_phy_set_txpower_by_rate_base() 461 u8 rate_section) in _rtl92ee_phy_get_txpower_by_rate_base() argument 474 switch (rate_section) { in _rtl92ee_phy_get_txpower_by_rate_base() 490 rate_section, path, txnum); in _rtl92ee_phy_get_txpower_by_rate_base() 1126 u8 rate_section = 0; in _rtl92ee_phy_get_ratesection_intxpower_byrate() local 1130 rate_section = 2; in _rtl92ee_phy_get_ratesection_intxpower_byrate() 1135 rate_section = 3; in _rtl92ee_phy_get_ratesection_intxpower_byrate() 1137 rate_section = 2; in _rtl92ee_phy_get_ratesection_intxpower_byrate() [all …]
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 266 enum rate_section { enum
|