Lines Matching refs:rate_section
392 u8 rate_section, u8 txnum, in _rtl92ee_phy_set_txpower_by_rate_base() argument
405 switch (rate_section) { in _rtl92ee_phy_set_txpower_by_rate_base()
421 rate_section, path, txnum); in _rtl92ee_phy_set_txpower_by_rate_base()
432 u8 rate_section) in _rtl92ee_phy_get_txpower_by_rate_base() argument
445 switch (rate_section) { in _rtl92ee_phy_get_txpower_by_rate_base()
461 rate_section, path, txnum); in _rtl92ee_phy_get_txpower_by_rate_base()
1097 u8 rate_section = 0; in _rtl92ee_phy_get_ratesection_intxpower_byrate() local
1101 rate_section = 2; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1106 rate_section = 3; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1108 rate_section = 2; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1111 rate_section = 3; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1117 rate_section = 0; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1123 rate_section = 1; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1129 rate_section = 4; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1135 rate_section = 5; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1141 rate_section = 6; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1147 rate_section = 7; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1153 return rate_section; in _rtl92ee_phy_get_ratesection_intxpower_byrate()
1539 enum rate_section section) in phy_set_txpower_index_by_rate_section()