Lines Matching refs:rate_section
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()
1118 rate_section = 3; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1124 rate_section = 0; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1130 rate_section = 1; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1136 rate_section = 4; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1142 rate_section = 5; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1148 rate_section = 6; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1154 rate_section = 7; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1160 return rate_section; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1546 enum rate_section section) in phy_set_txpower_index_by_rate_section()