| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| H A D | phy.c | 1274 static void _rtl92ee_set_txpower_index(struct ieee80211_hw *hw, u8 pwr_idx, in _rtl92ee_set_txpower_index() argument 1283 pwr_idx); in _rtl92ee_set_txpower_index() 1287 pwr_idx); in _rtl92ee_set_txpower_index() 1291 pwr_idx); in _rtl92ee_set_txpower_index() 1295 pwr_idx); in _rtl92ee_set_txpower_index() 1299 pwr_idx); in _rtl92ee_set_txpower_index() 1303 pwr_idx); in _rtl92ee_set_txpower_index() 1307 pwr_idx); in _rtl92ee_set_txpower_index() 1311 pwr_idx); in _rtl92ee_set_txpower_index() 1315 pwr_idx); in _rtl92ee_set_txpower_index() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_pmac_setting.c | 247 bool halbb_set_cck_txpwr_idx(struct bb_info *bb, u16 pwr_idx, in halbb_set_cck_txpwr_idx() argument 256 rpt = halbb_set_cck_txpwr_idx_8852a(bb, pwr_idx, tx_path); in halbb_set_cck_txpwr_idx() 262 rpt = halbb_set_cck_txpwr_idx_8852a_2(bb, pwr_idx, tx_path); in halbb_set_cck_txpwr_idx() 268 rpt = halbb_set_cck_txpwr_idx_8852b(bb, pwr_idx, tx_path); in halbb_set_cck_txpwr_idx() 274 rpt = halbb_set_cck_txpwr_idx_8852c(bb, pwr_idx, tx_path); in halbb_set_cck_txpwr_idx() 359 bool halbb_set_ofdm_txpwr_idx(struct bb_info *bb, u16 pwr_idx, in halbb_set_ofdm_txpwr_idx() argument 368 rpt = halbb_set_ofdm_txpwr_idx_8852a(bb, pwr_idx, tx_path); in halbb_set_ofdm_txpwr_idx() 374 rpt = halbb_set_ofdm_txpwr_idx_8852a_2(bb, pwr_idx, tx_path); in halbb_set_ofdm_txpwr_idx() 380 rpt = halbb_set_ofdm_txpwr_idx_8852b(bb, pwr_idx, tx_path); in halbb_set_ofdm_txpwr_idx() 386 rpt = halbb_set_ofdm_txpwr_idx_8852c(bb, pwr_idx, tx_path); in halbb_set_ofdm_txpwr_idx()
|
| H A D | halbb_pmac_setting_ex.h | 83 bool halbb_set_cck_txpwr_idx(struct bb_info *bb, u16 pwr_idx, 90 bool halbb_set_ofdm_txpwr_idx(struct bb_info *bb, u16 pwr_idx,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_pmac_setting.c | 247 bool halbb_set_cck_txpwr_idx(struct bb_info *bb, u16 pwr_idx, in halbb_set_cck_txpwr_idx() argument 256 rpt = halbb_set_cck_txpwr_idx_8852a(bb, pwr_idx, tx_path); in halbb_set_cck_txpwr_idx() 262 rpt = halbb_set_cck_txpwr_idx_8852a_2(bb, pwr_idx, tx_path); in halbb_set_cck_txpwr_idx() 268 rpt = halbb_set_cck_txpwr_idx_8852b(bb, pwr_idx, tx_path); in halbb_set_cck_txpwr_idx() 274 rpt = halbb_set_cck_txpwr_idx_8852c(bb, pwr_idx, tx_path); in halbb_set_cck_txpwr_idx() 359 bool halbb_set_ofdm_txpwr_idx(struct bb_info *bb, u16 pwr_idx, in halbb_set_ofdm_txpwr_idx() argument 368 rpt = halbb_set_ofdm_txpwr_idx_8852a(bb, pwr_idx, tx_path); in halbb_set_ofdm_txpwr_idx() 374 rpt = halbb_set_ofdm_txpwr_idx_8852a_2(bb, pwr_idx, tx_path); in halbb_set_ofdm_txpwr_idx() 380 rpt = halbb_set_ofdm_txpwr_idx_8852b(bb, pwr_idx, tx_path); in halbb_set_ofdm_txpwr_idx() 386 rpt = halbb_set_ofdm_txpwr_idx_8852c(bb, pwr_idx, tx_path); in halbb_set_ofdm_txpwr_idx()
|
| H A D | halbb_pmac_setting_ex.h | 83 bool halbb_set_cck_txpwr_idx(struct bb_info *bb, u16 pwr_idx, 90 bool halbb_set_ofdm_txpwr_idx(struct bb_info *bb, u16 pwr_idx,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/ |
| H A D | phydm_api.c | 2091 phydm_api_set_txagc(void *dm_void, u32 pwr_idx, enum rf_path path, in phydm_api_set_txagc() argument 2113 ret = phydm_write_txagc_1byte_8822b(dm, pwr_idx, in phydm_api_set_txagc() 2119 ret = phydm_write_txagc_1byte_8821c(dm, pwr_idx, in phydm_api_set_txagc() 2125 ret = phydm_write_txagc_1byte_8195b(dm, pwr_idx, in phydm_api_set_txagc() 2130 set_current_tx_agc(dm->priv, path, rate, (u8)pwr_idx); in phydm_api_set_txagc() 2137 pwr_idx, in phydm_api_set_txagc() 2145 pwr_idx, in phydm_api_set_txagc() 2153 pwr_idx, in phydm_api_set_txagc() 2161 (u8)pwr_idx); in phydm_api_set_txagc() 2181 if (DIFF_2((pwr_idx & 0x7f), base) > 64 || pwr_idx > 127) in phydm_api_set_txagc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/ |
| H A D | phydm_api.c | 1995 phydm_api_set_txagc(void *dm_void, u32 pwr_idx, enum rf_path path, in phydm_api_set_txagc() argument 2017 ret = phydm_write_txagc_1byte_8822b(dm, pwr_idx, in phydm_api_set_txagc() 2023 ret = phydm_write_txagc_1byte_8821c(dm, pwr_idx, in phydm_api_set_txagc() 2029 ret = phydm_write_txagc_1byte_8195b(dm, pwr_idx, in phydm_api_set_txagc() 2034 set_current_tx_agc(dm->priv, path, rate, (u8)pwr_idx); in phydm_api_set_txagc() 2041 pwr_idx, in phydm_api_set_txagc() 2049 pwr_idx, in phydm_api_set_txagc() 2057 pwr_idx, in phydm_api_set_txagc() 2065 (u8)pwr_idx); in phydm_api_set_txagc() 2085 if (DIFF_2((pwr_idx & 0x7f), base) > 64 || pwr_idx > 127) in phydm_api_set_txagc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/ |
| H A D | phydm_api.c | 1995 phydm_api_set_txagc(void *dm_void, u32 pwr_idx, enum rf_path path, in phydm_api_set_txagc() argument 2017 ret = phydm_write_txagc_1byte_8822b(dm, pwr_idx, in phydm_api_set_txagc() 2023 ret = phydm_write_txagc_1byte_8821c(dm, pwr_idx, in phydm_api_set_txagc() 2029 ret = phydm_write_txagc_1byte_8195b(dm, pwr_idx, in phydm_api_set_txagc() 2034 set_current_tx_agc(dm->priv, path, rate, (u8)pwr_idx); in phydm_api_set_txagc() 2041 pwr_idx, in phydm_api_set_txagc() 2049 pwr_idx, in phydm_api_set_txagc() 2057 pwr_idx, in phydm_api_set_txagc() 2065 (u8)pwr_idx); in phydm_api_set_txagc() 2085 if (DIFF_2((pwr_idx & 0x7f), base) > 64 || pwr_idx > 127) in phydm_api_set_txagc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/ |
| H A D | phydm_api.c | 1995 phydm_api_set_txagc(void *dm_void, u32 pwr_idx, enum rf_path path, in phydm_api_set_txagc() argument 2017 ret = phydm_write_txagc_1byte_8822b(dm, pwr_idx, in phydm_api_set_txagc() 2023 ret = phydm_write_txagc_1byte_8821c(dm, pwr_idx, in phydm_api_set_txagc() 2029 ret = phydm_write_txagc_1byte_8195b(dm, pwr_idx, in phydm_api_set_txagc() 2034 set_current_tx_agc(dm->priv, path, rate, (u8)pwr_idx); in phydm_api_set_txagc() 2041 pwr_idx, in phydm_api_set_txagc() 2049 pwr_idx, in phydm_api_set_txagc() 2057 pwr_idx, in phydm_api_set_txagc() 2065 (u8)pwr_idx); in phydm_api_set_txagc() 2085 if (DIFF_2((pwr_idx & 0x7f), base) > 64 || pwr_idx > 127) in phydm_api_set_txagc() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/ |
| H A D | phydm_api.c | 2537 phydm_api_set_txagc(void *dm_void, u32 pwr_idx, enum rf_path path, in phydm_api_set_txagc() argument 2559 ret = phydm_write_txagc_1byte_8822b(dm, pwr_idx, in phydm_api_set_txagc() 2565 ret = phydm_write_txagc_1byte_8821c(dm, pwr_idx, in phydm_api_set_txagc() 2571 ret = phydm_write_txagc_1byte_8195b(dm, pwr_idx, in phydm_api_set_txagc() 2576 set_current_tx_agc(dm->priv, path, rate, (u8)pwr_idx); in phydm_api_set_txagc() 2583 pwr_idx, in phydm_api_set_txagc() 2591 pwr_idx, in phydm_api_set_txagc() 2599 pwr_idx, in phydm_api_set_txagc() 2607 (u8)pwr_idx); in phydm_api_set_txagc() 2627 if (DIFF_2((pwr_idx & 0x7f), base) > 64 || pwr_idx > 127) in phydm_api_set_txagc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/ |
| H A D | phydm_api.c | 2541 phydm_api_set_txagc(void *dm_void, u32 pwr_idx, enum rf_path path, in phydm_api_set_txagc() argument 2563 ret = phydm_write_txagc_1byte_8822b(dm, pwr_idx, in phydm_api_set_txagc() 2569 ret = phydm_write_txagc_1byte_8821c(dm, pwr_idx, in phydm_api_set_txagc() 2575 ret = phydm_write_txagc_1byte_8195b(dm, pwr_idx, in phydm_api_set_txagc() 2580 set_current_tx_agc(dm->priv, path, rate, (u8)pwr_idx); in phydm_api_set_txagc() 2587 pwr_idx, in phydm_api_set_txagc() 2595 pwr_idx, in phydm_api_set_txagc() 2603 pwr_idx, in phydm_api_set_txagc() 2611 (u8)pwr_idx); in phydm_api_set_txagc() 2631 if (DIFF_2((pwr_idx & 0x7f), base) > 64 || pwr_idx > 127) in phydm_api_set_txagc() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/ |
| H A D | phydm_api.c | 2537 phydm_api_set_txagc(void *dm_void, u32 pwr_idx, enum rf_path path, in phydm_api_set_txagc() argument 2559 ret = phydm_write_txagc_1byte_8822b(dm, pwr_idx, in phydm_api_set_txagc() 2565 ret = phydm_write_txagc_1byte_8821c(dm, pwr_idx, in phydm_api_set_txagc() 2571 ret = phydm_write_txagc_1byte_8195b(dm, pwr_idx, in phydm_api_set_txagc() 2576 set_current_tx_agc(dm->priv, path, rate, (u8)pwr_idx); in phydm_api_set_txagc() 2583 pwr_idx, in phydm_api_set_txagc() 2591 pwr_idx, in phydm_api_set_txagc() 2599 pwr_idx, in phydm_api_set_txagc() 2607 (u8)pwr_idx); in phydm_api_set_txagc() 2627 if (DIFF_2((pwr_idx & 0x7f), base) > 64 || pwr_idx > 127) in phydm_api_set_txagc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/ |
| H A D | phydm_api.c | 2542 phydm_api_set_txagc(void *dm_void, u32 pwr_idx, enum rf_path path, in phydm_api_set_txagc() argument 2564 ret = phydm_write_txagc_1byte_8822b(dm, pwr_idx, in phydm_api_set_txagc() 2570 ret = phydm_write_txagc_1byte_8821c(dm, pwr_idx, in phydm_api_set_txagc() 2576 ret = phydm_write_txagc_1byte_8195b(dm, pwr_idx, in phydm_api_set_txagc() 2581 set_current_tx_agc(dm->priv, path, rate, (u8)pwr_idx); in phydm_api_set_txagc() 2588 pwr_idx, in phydm_api_set_txagc() 2596 pwr_idx, in phydm_api_set_txagc() 2604 pwr_idx, in phydm_api_set_txagc() 2612 (u8)pwr_idx); in phydm_api_set_txagc() 2632 if (DIFF_2((pwr_idx & 0x7f), base) > 64 || pwr_idx > 127) in phydm_api_set_txagc() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/ |
| H A D | phydm_api.c | 2532 phydm_api_set_txagc(void *dm_void, u32 pwr_idx, enum rf_path path, in phydm_api_set_txagc() argument 2554 ret = phydm_write_txagc_1byte_8822b(dm, pwr_idx, in phydm_api_set_txagc() 2560 ret = phydm_write_txagc_1byte_8821c(dm, pwr_idx, in phydm_api_set_txagc() 2566 ret = phydm_write_txagc_1byte_8195b(dm, pwr_idx, in phydm_api_set_txagc() 2571 set_current_tx_agc(dm->priv, path, rate, (u8)pwr_idx); in phydm_api_set_txagc() 2578 pwr_idx, in phydm_api_set_txagc() 2586 pwr_idx, in phydm_api_set_txagc() 2594 pwr_idx, in phydm_api_set_txagc() 2602 (u8)pwr_idx); in phydm_api_set_txagc() 2622 if (DIFF_2((pwr_idx & 0x7f), base) > 64 || pwr_idx > 127) in phydm_api_set_txagc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/ |
| H A D | phydm_api.c | 2255 phydm_api_set_txagc(void *dm_void, u32 pwr_idx, enum rf_path path, in phydm_api_set_txagc() argument 2277 ret = phydm_write_txagc_1byte_8822b(dm, pwr_idx, in phydm_api_set_txagc() 2283 ret = phydm_write_txagc_1byte_8821c(dm, pwr_idx, in phydm_api_set_txagc() 2289 ret = phydm_write_txagc_1byte_8195b(dm, pwr_idx, in phydm_api_set_txagc() 2294 set_current_tx_agc(dm->priv, path, rate, (u8)pwr_idx); in phydm_api_set_txagc() 2301 pwr_idx, in phydm_api_set_txagc() 2309 pwr_idx, in phydm_api_set_txagc() 2317 pwr_idx, in phydm_api_set_txagc() 2325 (u8)pwr_idx); in phydm_api_set_txagc() 2345 if (DIFF_2((pwr_idx & 0x7f), base) > 64 || pwr_idx > 127) in phydm_api_set_txagc() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/ |
| H A D | phydm_api.c | 2464 phydm_api_set_txagc(void *dm_void, u32 pwr_idx, enum rf_path path, in phydm_api_set_txagc() argument 2486 ret = phydm_write_txagc_1byte_8822b(dm, pwr_idx, in phydm_api_set_txagc() 2492 ret = phydm_write_txagc_1byte_8821c(dm, pwr_idx, in phydm_api_set_txagc() 2498 ret = phydm_write_txagc_1byte_8195b(dm, pwr_idx, in phydm_api_set_txagc() 2503 set_current_tx_agc(dm->priv, path, rate, (u8)pwr_idx); in phydm_api_set_txagc() 2510 pwr_idx, in phydm_api_set_txagc() 2518 pwr_idx, in phydm_api_set_txagc() 2526 pwr_idx, in phydm_api_set_txagc() 2534 (u8)pwr_idx); in phydm_api_set_txagc() 2554 if (DIFF_2((pwr_idx & 0x7f), base) > 64 || pwr_idx > 127) in phydm_api_set_txagc() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/ |
| H A D | phydm_api.c | 2464 phydm_api_set_txagc(void *dm_void, u32 pwr_idx, enum rf_path path, in phydm_api_set_txagc() argument 2486 ret = phydm_write_txagc_1byte_8822b(dm, pwr_idx, in phydm_api_set_txagc() 2492 ret = phydm_write_txagc_1byte_8821c(dm, pwr_idx, in phydm_api_set_txagc() 2498 ret = phydm_write_txagc_1byte_8195b(dm, pwr_idx, in phydm_api_set_txagc() 2503 set_current_tx_agc(dm->priv, path, rate, (u8)pwr_idx); in phydm_api_set_txagc() 2510 pwr_idx, in phydm_api_set_txagc() 2518 pwr_idx, in phydm_api_set_txagc() 2526 pwr_idx, in phydm_api_set_txagc() 2534 (u8)pwr_idx); in phydm_api_set_txagc() 2554 if (DIFF_2((pwr_idx & 0x7f), base) > 64 || pwr_idx > 127) in phydm_api_set_txagc() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_api_bb.h | 149 enum rtw_hal_status rtw_hal_bb_set_pwr_index(void *hal, u16 pwr_idx, enum rf_path tx_path, bool is_… 151 enum rtw_hal_status rtw_hal_bb_get_pwr_index(void *hal, u16 *pwr_idx, enum rf_path tx_path, bool is…
|
| H A D | hal_api_bb.c | 708 rtw_hal_bb_set_pwr_index(void *hal, u16 pwr_idx, enum rf_path tx_path, bool is_cck) in rtw_hal_bb_set_pwr_index() argument 716 if(halbb_set_cck_txpwr_idx(hal_info->bb, pwr_idx, tx_path)) in rtw_hal_bb_set_pwr_index() 722 if(halbb_set_ofdm_txpwr_idx(hal_info->bb, pwr_idx, tx_path)) in rtw_hal_bb_set_pwr_index() 730 enum rtw_hal_status rtw_hal_bb_get_pwr_index(void *hal, u16 *pwr_idx, enum rf_path tx_path, bool is… in rtw_hal_bb_get_pwr_index() argument 738 *pwr_idx = halbb_get_cck_txpwr_idx(hal_info->bb, tx_path); in rtw_hal_bb_get_pwr_index() 742 *pwr_idx = halbb_get_ofdm_txpwr_idx(hal_info->bb, tx_path); in rtw_hal_bb_get_pwr_index() 1927 rtw_hal_bb_set_pwr_index(void *hal, u16 pwr_idx, enum rf_path tx_path, bool is_cck) in rtw_hal_bb_set_pwr_index() argument 1932 enum rtw_hal_status rtw_hal_bb_get_pwr_index(void *hal, u16 *pwr_idx, in rtw_hal_bb_get_pwr_index() argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_api_bb.h | 149 enum rtw_hal_status rtw_hal_bb_set_pwr_index(void *hal, u16 pwr_idx, enum rf_path tx_path, bool is_… 151 enum rtw_hal_status rtw_hal_bb_get_pwr_index(void *hal, u16 *pwr_idx, enum rf_path tx_path, bool is…
|
| H A D | hal_api_bb.c | 708 rtw_hal_bb_set_pwr_index(void *hal, u16 pwr_idx, enum rf_path tx_path, bool is_cck) in rtw_hal_bb_set_pwr_index() argument 716 if(halbb_set_cck_txpwr_idx(hal_info->bb, pwr_idx, tx_path)) in rtw_hal_bb_set_pwr_index() 722 if(halbb_set_ofdm_txpwr_idx(hal_info->bb, pwr_idx, tx_path)) in rtw_hal_bb_set_pwr_index() 730 enum rtw_hal_status rtw_hal_bb_get_pwr_index(void *hal, u16 *pwr_idx, enum rf_path tx_path, bool is… in rtw_hal_bb_get_pwr_index() argument 738 *pwr_idx = halbb_get_cck_txpwr_idx(hal_info->bb, tx_path); in rtw_hal_bb_get_pwr_index() 742 *pwr_idx = halbb_get_ofdm_txpwr_idx(hal_info->bb, tx_path); in rtw_hal_bb_get_pwr_index() 1928 rtw_hal_bb_set_pwr_index(void *hal, u16 pwr_idx, enum rf_path tx_path, bool is_cck) in rtw_hal_bb_set_pwr_index() argument 1933 enum rtw_hal_status rtw_hal_bb_get_pwr_index(void *hal, u16 *pwr_idx, in rtw_hal_bb_get_pwr_index() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 3945.c | 2065 u8 pwr_idx, base_pwr_idx, a_band; in il3945_txpower_set_from_eeprom() local 2143 pwr_idx = pwr_info->power_table_idx + IL_CCK_FROM_OFDM_IDX_DIFF; in il3945_txpower_set_from_eeprom() 2148 pwr_idx = il3945_hw_reg_fix_power_idx(pwr_idx); in il3945_txpower_set_from_eeprom() 2149 gain = power_gain_table[a_band][pwr_idx].tx_gain; in il3945_txpower_set_from_eeprom() 2150 dsp_atten = power_gain_table[a_band][pwr_idx].dsp_atten; in il3945_txpower_set_from_eeprom() 2159 pwr_info->power_table_idx = pwr_idx; in il3945_txpower_set_from_eeprom()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/ |
| H A D | phy.c | 1809 struct rtw_txpwr_idx *pwr_idx; in rtw_get_tx_power_params() local 1816 pwr_idx = &rtwdev->efuse.txpwr_idx_table[path]; in rtw_get_tx_power_params() 1823 &pwr_idx->pwr_idx_2g, in rtw_get_tx_power_params() 1829 &pwr_idx->pwr_idx_5g, in rtw_get_tx_power_params() 1874 u8 pwr_idx; in rtw_phy_set_tx_power_index_by_rs() local 1886 pwr_idx = rtw_phy_get_tx_power_index(rtwdev, path, rate, in rtw_phy_set_tx_power_index_by_rs() 1888 hal->tx_pwr_tbl[path][rate] = pwr_idx; in rtw_phy_set_tx_power_index_by_rs()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/ |
| H A D | hal_com_phycfg.c | 3909 …dapter, u8 rfpath, enum channel_width bw, u8 cch, enum MGN_RATE rate, u8 pwr_idx, struct txpwr_idx… in dump_tx_power_index_inline() argument 3917 , pwr_idx, pwr_idx, tic->base in dump_tx_power_index_inline() 3925 , pwr_idx, pwr_idx, tic->base in dump_tx_power_index_inline() 3933 …dx_value(void *sel, _adapter *adapter, u8 rfpath, enum MGN_RATE rate, u8 pwr_idx, struct txpwr_idx… in dump_tx_power_idx_value() argument 3944 , tmp_str, pwr_idx, pwr_idx in dump_tx_power_idx_value() 3952 , tmp_str, pwr_idx, pwr_idx in dump_tx_power_idx_value() 6051 s8 pwr_idx; in phy_get_tssi_txpwr_by_rate_ref() local 6053 pwr_idx = phy_get_txpwr_target(adapter, path, HT_1SS, MGN_MCS7 in phy_get_tssi_txpwr_by_rate_ref() 6055 pwr_idx += phy_get_txpwr_amends(adapter, path, HT_1SS, MGN_MCS7 in phy_get_tssi_txpwr_by_rate_ref() 6058 return pwr_idx; in phy_get_tssi_txpwr_by_rate_ref()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/ |
| H A D | hal_com_phycfg.c | 3910 …dapter, u8 rfpath, enum channel_width bw, u8 cch, enum MGN_RATE rate, u8 pwr_idx, struct txpwr_idx… in dump_tx_power_index_inline() argument 3918 , pwr_idx, pwr_idx, tic->base in dump_tx_power_index_inline() 3925 , pwr_idx, pwr_idx, tic->base in dump_tx_power_index_inline() 3931 …dx_value(void *sel, _adapter *adapter, u8 rfpath, enum MGN_RATE rate, u8 pwr_idx, struct txpwr_idx… in dump_tx_power_idx_value() argument 3942 , tmp_str, pwr_idx, pwr_idx in dump_tx_power_idx_value() 3949 , tmp_str, pwr_idx, pwr_idx in dump_tx_power_idx_value() 5991 s8 pwr_idx; in phy_get_tssi_txpwr_by_rate_ref() local 5993 pwr_idx = phy_get_txpwr_target(adapter, path, HT_1SS, MGN_MCS7 in phy_get_tssi_txpwr_by_rate_ref() 5995 pwr_idx += phy_get_txpwr_amends(adapter, path, HT_1SS, MGN_MCS7 in phy_get_tssi_txpwr_by_rate_ref() 5998 return pwr_idx; in phy_get_tssi_txpwr_by_rate_ref()
|