Lines Matching refs:rate_section
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()
1140 rate_section = 3; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1146 rate_section = 0; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1152 rate_section = 1; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1158 rate_section = 4; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1164 rate_section = 5; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1170 rate_section = 6; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1176 rate_section = 7; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1182 return rate_section; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1568 enum rate_section section) in phy_set_txpower_index_by_rate_section()