Searched refs:rate_section (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A 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 …]
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | hal_com_phycfg.h | 15 enum rate_section { enum 58 enum rate_section RateSection);
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A 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 …]
|
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | hal_com_phycfg.c | 13 enum rate_section RateSection) in PHY_GetTxPowerByRateBase() 40 enum rate_section RateSection, u8 Value) in phy_SetTxPowerByRateBase()
|