Home
last modified time | relevance | path

Searched refs:path_idx (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/rtl8822c/
H A Dhalrf_txgapk_8822c.c306 u8 path_idx, gain_idx, band_idx, check_txgain; in _halrf_txgapk_write_gain_bb_table_8822c() local
313 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8822C; path_idx++) { in _halrf_txgapk_write_gain_bb_table_8822c()
314 odm_set_bb_reg(dm, R_0x1b00, 0x00000006, path_idx); in _halrf_txgapk_write_gain_bb_table_8822c()
331 if (((txgapk->txgapk_rf3f_bp[band_idx][gain_idx][path_idx] & 0xf00) >> 8) >= 0xc && in _halrf_txgapk_write_gain_bb_table_8822c()
332 ((txgapk->txgapk_rf3f_bp[band_idx][gain_idx][path_idx] & 0xf0) >> 4) >= 0xe) { in _halrf_txgapk_write_gain_bb_table_8822c()
334 tmp_3f = txgapk->txgapk_rf3f_bp[band_idx][gain_idx][path_idx]; in _halrf_txgapk_write_gain_bb_table_8822c()
338 txgapk->txgapk_rf3f_bp[band_idx][gain_idx][path_idx]); in _halrf_txgapk_write_gain_bb_table_8822c()
340 tmp_3f = txgapk->txgapk_rf3f_bp[band_idx][gain_idx][path_idx] & 0xfff; in _halrf_txgapk_write_gain_bb_table_8822c()
348 band_idx, tmp_3f, path_idx); in _halrf_txgapk_write_gain_bb_table_8822c()
605 u8 channel = *dm->channel, path_idx, band_idx = 1; in _halrf_txgapk_write_tx_gain_8822c() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/halrf/
H A Dhalrf_powertracking.c64 u8 path_idx = 0; in halrf_update_pwr_track() local
81 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8812A; path_idx++) { in halrf_update_pwr_track()
83 odm_tx_pwr_track_set_pwr8812a(p_dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
91 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8192E; path_idx++) { in halrf_update_pwr_track()
93 odm_tx_pwr_track_set_pwr92_e(p_dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/halrf/
H A Dhalrf_powertracking.c72 u8 path_idx = 0; in halrf_update_pwr_track() local
89 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8812A; path_idx++) { in halrf_update_pwr_track()
91 odm_tx_pwr_track_set_pwr8812a(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
99 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8192E; path_idx++) { in halrf_update_pwr_track()
101 odm_tx_pwr_track_set_pwr92_e(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/halrf/
H A Dhalrf_powertracking.c72 u8 path_idx = 0; in halrf_update_pwr_track() local
89 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8812A; path_idx++) { in halrf_update_pwr_track()
91 odm_tx_pwr_track_set_pwr8812a(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
99 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8192E; path_idx++) { in halrf_update_pwr_track()
101 odm_tx_pwr_track_set_pwr92_e(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/halrf/
H A Dhalrf_powertracking.c72 u8 path_idx = 0; in halrf_update_pwr_track() local
89 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8812A; path_idx++) { in halrf_update_pwr_track()
91 odm_tx_pwr_track_set_pwr8812a(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
99 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8192E; path_idx++) { in halrf_update_pwr_track()
101 odm_tx_pwr_track_set_pwr92_e(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/halrf/
H A Dhalrf_powertracking.c71 u8 path_idx = 0; in halrf_update_pwr_track() local
88 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8812A; path_idx++) { in halrf_update_pwr_track()
90 odm_tx_pwr_track_set_pwr8812a(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
98 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8192E; path_idx++) { in halrf_update_pwr_track()
100 odm_tx_pwr_track_set_pwr92_e(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/halrf/
H A Dhalrf_powertracking.c71 u8 path_idx = 0; in halrf_update_pwr_track() local
88 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8812A; path_idx++) { in halrf_update_pwr_track()
90 odm_tx_pwr_track_set_pwr8812a(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
98 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8192E; path_idx++) { in halrf_update_pwr_track()
100 odm_tx_pwr_track_set_pwr92_e(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/
H A Dhalrf_powertracking.c71 u8 path_idx = 0; in halrf_update_pwr_track() local
88 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8812A; path_idx++) { in halrf_update_pwr_track()
90 odm_tx_pwr_track_set_pwr8812a(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
98 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8192E; path_idx++) { in halrf_update_pwr_track()
100 odm_tx_pwr_track_set_pwr92_e(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/halrf/
H A Dhalrf_powertracking.c72 u8 path_idx = 0; in halrf_update_pwr_track() local
89 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8812A; path_idx++) { in halrf_update_pwr_track()
91 odm_tx_pwr_track_set_pwr8812a(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
99 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8192E; path_idx++) { in halrf_update_pwr_track()
101 odm_tx_pwr_track_set_pwr92_e(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/halrf/
H A Dhalrf_powertracking.c71 u8 path_idx = 0; in halrf_update_pwr_track() local
88 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8812A; path_idx++) { in halrf_update_pwr_track()
90 odm_tx_pwr_track_set_pwr8812a(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
98 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8192E; path_idx++) { in halrf_update_pwr_track()
100 odm_tx_pwr_track_set_pwr92_e(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/halrf/
H A Dhalrf_powertracking.c71 u8 path_idx = 0; in halrf_update_pwr_track() local
88 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8812A; path_idx++) { in halrf_update_pwr_track()
90 odm_tx_pwr_track_set_pwr8812a(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
98 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8192E; path_idx++) { in halrf_update_pwr_track()
100 odm_tx_pwr_track_set_pwr92_e(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/halrf/
H A Dhalrf_powertracking.c71 u8 path_idx = 0; in halrf_update_pwr_track() local
88 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8812A; path_idx++) { in halrf_update_pwr_track()
90 odm_tx_pwr_track_set_pwr8812a(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
98 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8192E; path_idx++) { in halrf_update_pwr_track()
100 odm_tx_pwr_track_set_pwr92_e(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/halrf/
H A Dhalrf_powertracking.c72 u8 path_idx = 0; in halrf_update_pwr_track() local
89 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8812A; path_idx++) { in halrf_update_pwr_track()
91 odm_tx_pwr_track_set_pwr8812a(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
99 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8192E; path_idx++) { in halrf_update_pwr_track()
101 odm_tx_pwr_track_set_pwr92_e(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/halrf/
H A Dhalrf_powertracking.c71 u8 path_idx = 0; in halrf_update_pwr_track() local
88 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8812A; path_idx++) { in halrf_update_pwr_track()
90 odm_tx_pwr_track_set_pwr8812a(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
98 for (path_idx = RF_PATH_A; path_idx < MAX_PATH_NUM_8192E; path_idx++) { in halrf_update_pwr_track()
100 odm_tx_pwr_track_set_pwr92_e(dm, MIX_MODE, path_idx, 0); in halrf_update_pwr_track()
/OK3568_Linux_fs/buildroot/package/rockchip/npu_powerctrl_combine/
H A Dnpu_powerctrl_combine.c188 int idx = 0, path_idx=0; in disconnect_usb_acm() local
193 path_idx=1; in disconnect_usb_acm()
202 if (path_idx) in disconnect_usb_acm()
/OK3568_Linux_fs/buildroot/package/rockchip/npu_powerctrl/
H A Dnpu_powerctrl.c216 int idx = 0, path_idx=0; in disconnect_usb_acm() local
221 path_idx=1; in disconnect_usb_acm()
230 if (path_idx) in disconnect_usb_acm()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dphl_dbg_cmd.c865 u8 path_idx = 0; in phl_dbg_cmd_asoc_sta() local
912 for (path_idx = 0; path_idx < hal_com->rfpath_rx_num; path_idx++) { in phl_dbg_cmd_asoc_sta()
913 rssi = (psta->hal_sta->rssi_stat.rssi_ma_path[path_idx] >> 5) & 0x7f; in phl_dbg_cmd_asoc_sta()
916 path_idx, rssi - PHL_MAX_RSSI); in phl_dbg_cmd_asoc_sta()
918 rssi = (psta->hal_sta->rssi_stat.rssi_bcn_ma_path[path_idx] >> 5) & 0x7f; in phl_dbg_cmd_asoc_sta()
921 path_idx, rssi - PHL_MAX_RSSI); in phl_dbg_cmd_asoc_sta()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_generic.c933 static void resume_path_from_idx(struct hda_codec *codec, int path_idx) in resume_path_from_idx() argument
935 struct nid_path *path = snd_hda_get_path_from_idx(codec, path_idx); in resume_path_from_idx()
1150 static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type) in path_has_mixer() argument
1152 struct nid_path *path = snd_hda_get_path_from_idx(codec, path_idx); in path_has_mixer()
1364 int *path_idx, in try_assign_dacs() argument
1380 path = snd_hda_get_path_from_idx(codec, path_idx[i]); in try_assign_dacs()
1403 invalidate_nid_path(codec, path_idx[j]); in try_assign_dacs()
1404 path_idx[j] = 0; in try_assign_dacs()
1445 path_idx[i] = snd_hda_get_path_idx(codec, path); in try_assign_dacs()
1607 const hda_nid_t *pins, hda_nid_t *dacs, int *path_idx) in map_singles() argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/
H A Dhal_mcc.c1718 u8 path_idx; in rtw_hal_dl_mcc_fw_rsvd_page() local
1719 for (path_idx = 0; path_idx < 2; path_idx++) { in rtw_hal_dl_mcc_fw_rsvd_page()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/
H A Dhal_mcc.c1718 u8 path_idx; in rtw_hal_dl_mcc_fw_rsvd_page() local
1719 for (path_idx = 0; path_idx < 2; path_idx++) { in rtw_hal_dl_mcc_fw_rsvd_page()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/
H A Dhal_mcc.c1718 u8 path_idx; in rtw_hal_dl_mcc_fw_rsvd_page() local
1719 for (path_idx = 0; path_idx < 2; path_idx++) { in rtw_hal_dl_mcc_fw_rsvd_page()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/
H A Dhal_mcc.c1718 u8 path_idx; in rtw_hal_dl_mcc_fw_rsvd_page() local
1719 for (path_idx = 0; path_idx < 2; path_idx++) { in rtw_hal_dl_mcc_fw_rsvd_page()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/
H A Dhal_mcc.c1718 u8 path_idx; in rtw_hal_dl_mcc_fw_rsvd_page() local
1719 for (path_idx = 0; path_idx < 2; path_idx++) { in rtw_hal_dl_mcc_fw_rsvd_page()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/
H A Dhal_mcc.c1719 u8 path_idx; in rtw_hal_dl_mcc_fw_rsvd_page() local
1720 for (path_idx = 0; path_idx < 2; path_idx++) { in rtw_hal_dl_mcc_fw_rsvd_page()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/
H A Dhal_mcc.c1719 u8 path_idx; in rtw_hal_dl_mcc_fw_rsvd_page() local
1720 for (path_idx = 0; path_idx < 2; path_idx++) { in rtw_hal_dl_mcc_fw_rsvd_page()

12