Lines Matching refs:rate_section
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()
1103 rate_section = 3; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1109 rate_section = 0; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1115 rate_section = 1; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1121 rate_section = 4; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1127 rate_section = 5; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1133 rate_section = 6; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1139 rate_section = 7; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1145 return rate_section; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1531 enum rate_section section) in phy_set_txpower_index_by_rate_section()