Home
last modified time | relevance | path

Searched refs:hal_info_t (Results 1 – 25 of 129) sorted by relevance

123456

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_struct.h19 struct hal_info_t;
50 enum rtw_hal_status (*init)(struct hal_info_t *hal, u8 *txbd_buf, u8 *rxbd_buf);
51 void (*deinit)(struct hal_info_t *hal);
57 void (*cfg_dma_io)(struct hal_info_t *hal, u8 en);
58 void (*cfg_txdma)(struct hal_info_t *hal, u8 en, u8 dma_ch);
59 void (*cfg_wow_txdma)(struct hal_info_t *hal, u8 en);
60 void (*cfg_txhci)(struct hal_info_t *hal, u8 en);
61 void (*cfg_rxhci)(struct hal_info_t *hal, u8 en);
62 void (*clr_rwptr)(struct hal_info_t *hal);
63 void (*rst_bdram)(struct hal_info_t *hal);
[all …]
H A Dhal_api_mac.h44 void rtw_hal_mac_get_fw_ver(struct hal_info_t *hal_info, char *ver_str, u16 len);
46 u16 hal_mac_get_macid_num(struct hal_info_t *hal);
47 void hal_mac_get_hwinfo(struct hal_info_t *hal, struct hal_spec_t *hal_spec);
54 struct hal_info_t *hal_info);
56 struct hal_info_t *hal_info);
57 bool rtw_hal_mac_proc_cmd(struct hal_info_t *hal_info, struct rtw_proc_cmd *incmd,
60 enum rtw_hal_status rtw_hal_mac_get_pwr_state(struct hal_info_t *hal_info,
64 struct hal_info_t *hal_info,
68 struct hal_info_t *hal_info,
71 struct hal_info_t *hal_info,
[all …]
H A Dhal_api_bb.h18 void rtw_hal_bb_dfs_en(struct hal_info_t *hal_info, bool en);
19 void rtw_hal_bb_tssi_cont_en(struct hal_info_t *hal_info, bool en, enum rf_path path);
20 void rtw_hal_bb_adc_en(struct hal_info_t *hal_info,bool en);
21 void rtw_hal_bb_reset_en(struct hal_info_t *hal_info,bool en, enum phl_phy_idx phy_idx);
23 bool rtw_hal_bb_proc_cmd(struct hal_info_t *hal_info,
27 enum rtw_hal_status rtw_hal_bb_watchdog(struct hal_info_t *hal_info, u8 is_lps);
28 enum rtw_hal_status rtw_hal_bb_simple_watchdog(struct hal_info_t *hal_info, u8 io_en);
30 void rtw_hal_bb_fw_edcca(struct hal_info_t *hal_info);
32 void rtw_hal_bb_reset(struct hal_info_t *hal_info);
34 void rtw_hal_bb_dm_init(struct hal_info_t *hal_info);
[all …]
H A Dhal_api_rf.h27 struct hal_info_t *hal_info);
30 struct hal_info_t *hal_info);
34 enum rtw_hal_status rtw_hal_rf_get_pwrtrack(struct hal_info_t *hal_info, u8 *txpwr_track_status);
36 void rtw_hal_rf_dm_init(struct hal_info_t *hal_info);
38 enum rtw_hal_status rtw_hal_rf_set_pwrtrack(struct hal_info_t *hal_info, u8 phy_idx, u8 txpwr_track…
40 void rtw_hal_rf_dm_init(struct hal_info_t *hal_info);
42 enum rtw_hal_status rtw_hal_rf_get_thermal(struct hal_info_t *hal_info, u8 rf_path, u8 *thermal);
44 enum rtw_hal_status rtw_hal_rf_set_tssi(struct hal_info_t *hal_info, u8 phy_idx, u8 rf_path, u32 ts…
46 enum rtw_hal_status rtw_hal_rf_get_tssi(struct hal_info_t *hal_info, u8 phy_idx, u8 rf_path, u32 *t…
48 enum rtw_hal_status rtw_hal_rf_get_online_tssi_de(struct hal_info_t *hal_info, u8 phy_idx, u8 rf_pa…
[all …]
H A Dhal_api_efuse.h21 struct hal_info_t *hal_info);
23 struct hal_info_t *hal_info);
24 void rtw_hal_efuse_process(struct hal_info_t *hal_info, char *ic_name);
26 rtw_hal_efuse_shadow_load(struct hal_info_t *hal_info, bool is_limit);
28 rtw_hal_efuse_shadow_read(struct hal_info_t *hal_info, u8 byte_count,
31 rtw_hal_efuse_shadow_write(struct hal_info_t *hal_info, u8 byte_count,
34 rtw_hal_efuse_shadow_update(struct hal_info_t *hal_info, bool is_limit);
35 enum rtw_hal_status rtw_hal_efuse_shadow2buf(struct hal_info_t *hal_info,
37 enum rtw_hal_status rtw_hal_efuse_file_map_load(struct hal_info_t *hal_info,
39 enum rtw_hal_status rtw_hal_efuse_file_mask_load(struct hal_info_t *hal_info,
[all …]
H A Dhal_api_rf.c23 struct hal_info_t *hal_info) in rtw_hal_rf_init()
40 struct hal_info_t *hal_info) in rtw_hal_rf_deinit()
49 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_init_rf_reg()
90 void rtw_hal_rf_dm_init(struct hal_info_t *hal_info) in rtw_hal_rf_dm_init()
100 struct hal_info_t *hal_info = hal_com->hal_priv; in rtw_hal_rf_get_efuse_info()
132 const char *rtw_hal_rf_get_pw_lmt_regu_type_str(struct hal_info_t *hal_info, enum band_type band) in rtw_hal_rf_get_pw_lmt_regu_type_str()
143 struct hal_info_t *hal_info = (struct hal_info_t *)hal_com->hal_priv; in rtw_hal_rf_read_pwr_table()
155 struct hal_info_t *hal_info = (struct hal_info_t *)hal_com->hal_priv; in rtw_hal_rf_wl_tx_power_control()
164 enum rtw_hal_status rtw_hal_rf_get_pwrtrack(struct hal_info_t *hal_info, u8 *txpwr_track_status) in rtw_hal_rf_get_pwrtrack()
175 enum rtw_hal_status rtw_hal_rf_set_pwrtrack(struct hal_info_t *hal_info, u8 phy_idx, u8 txpwr_track… in rtw_hal_rf_set_pwrtrack()
[all …]
H A Dhal_tx.c69 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_tx_chnl_mapping()
86 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_get_fwcmd_queue_idx()
93 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_cfg_txhci()
105 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_chk_allq_empty()
116 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_fill_txdesc()
125 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_poll_hw_tx_done()
136 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_hw_tx_resume()
155 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_convert_qsel_to_tid()
174 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_tx_res_query()
192 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_query_txch_num()
[all …]
H A Dhal_api_bb.c33 void rtw_hal_bb_dfs_en(struct hal_info_t *hal_info, bool en) in rtw_hal_bb_dfs_en()
38 void rtw_hal_bb_tssi_cont_en(struct hal_info_t *hal_info, bool en, enum rf_path path) in rtw_hal_bb_tssi_cont_en()
43 void rtw_hal_bb_adc_en(struct hal_info_t *hal_info, bool en) in rtw_hal_bb_adc_en()
48 void rtw_hal_bb_reset_en(struct hal_info_t *hal_info, bool en, enum phl_phy_idx phy_idx) in rtw_hal_bb_reset_en()
53 bool rtw_hal_bb_proc_cmd(struct hal_info_t *hal_info, struct rtw_proc_cmd *incmd, in rtw_hal_bb_proc_cmd()
66 enum rtw_hal_status rtw_hal_bb_watchdog(struct hal_info_t *hal_info, u8 is_lps) in rtw_hal_bb_watchdog()
78 enum rtw_hal_status rtw_hal_bb_simple_watchdog(struct hal_info_t *hal_info, u8 io_en) in rtw_hal_bb_simple_watchdog()
90 void rtw_hal_bb_reset(struct hal_info_t *hal_info) in rtw_hal_bb_reset()
95 void rtw_hal_bb_fw_edcca(struct hal_info_t *hal_info) in rtw_hal_bb_fw_edcca()
102 void rtw_hal_bb_dm_init(struct hal_info_t *hal_info) in rtw_hal_bb_dm_init()
[all …]
H A Dhal_init.c30 struct hal_info_t *hal_info = (struct hal_info_t *)h; in rtw_hal_read8()
37 struct hal_info_t *hal_info = (struct hal_info_t *)h; in rtw_hal_read16()
44 struct hal_info_t *hal_info = (struct hal_info_t *)h; in rtw_hal_read32()
51 struct hal_info_t *hal_info = (struct hal_info_t *)h; in rtw_hal_write8()
58 struct hal_info_t *hal_info = (struct hal_info_t *)h; in rtw_hal_write16()
65 struct hal_info_t *hal_info = (struct hal_info_t *)h; in rtw_hal_write32()
73 struct hal_info_t *hal = (struct hal_info_t *)h; in rtw_hal_read_macreg()
81 struct hal_info_t *hal = (struct hal_info_t *)h; in rtw_hal_write_macreg()
88 struct hal_info_t *hal = (struct hal_info_t *)h; in rtw_hal_read_bbreg()
96 struct hal_info_t *hal = (struct hal_info_t *)h; in rtw_hal_write_bbreg()
[all …]
H A Dhal_ser.c21 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_ser_ctrl()
31 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_ser_get_error_status()
58 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_ser_set_error_status()
65 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_trigger_cmac_err()
72 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_trigger_dmac_err()
79 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_lv1_rcvy()
91 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_dump_fw_rsvd_ple()
99 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_ser_reset_wdt_intr()
H A Dhal_rx.c20 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_cfg_rxhci()
31 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_set_rxfltr_by_mode()
74 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_get_rxfltr_mode()
112 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_acpt_crc_err_pkt()
121 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_set_rxfltr_mpdu_size()
130 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_set_rxfltr_by_type()
145 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_poll_hw_rx_done()
156 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_hw_rx_resume()
177 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_rx_res_query()
195 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_query_rxch_num()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_mac.h44 void rtw_hal_mac_get_fw_ver(struct hal_info_t *hal_info, char *ver_str, u16 len);
46 u16 hal_mac_get_macid_num(struct hal_info_t *hal);
47 void hal_mac_get_hwinfo(struct hal_info_t *hal, struct hal_spec_t *hal_spec);
54 struct hal_info_t *hal_info);
56 struct hal_info_t *hal_info);
57 bool rtw_hal_mac_proc_cmd(struct hal_info_t *hal_info, struct rtw_proc_cmd *incmd,
60 enum rtw_hal_status rtw_hal_mac_get_pwr_state(struct hal_info_t *hal_info,
64 struct hal_info_t *hal_info,
68 struct hal_info_t *hal_info,
71 struct hal_info_t *hal_info,
[all …]
H A Dhal_struct.h19 struct hal_info_t;
50 enum rtw_hal_status (*init)(struct hal_info_t *hal, u8 *txbd_buf, u8 *rxbd_buf);
51 void (*deinit)(struct hal_info_t *hal);
57 void (*cfg_dma_io)(struct hal_info_t *hal, u8 en);
58 void (*cfg_txdma)(struct hal_info_t *hal, u8 en, u8 dma_ch);
59 void (*cfg_wow_txdma)(struct hal_info_t *hal, u8 en);
60 void (*cfg_txhci)(struct hal_info_t *hal, u8 en);
61 void (*cfg_rxhci)(struct hal_info_t *hal, u8 en);
62 void (*clr_rwptr)(struct hal_info_t *hal);
63 void (*rst_bdram)(struct hal_info_t *hal);
[all …]
H A Dhal_api_bb.h18 void rtw_hal_bb_dfs_en(struct hal_info_t *hal_info, bool en);
19 void rtw_hal_bb_tssi_cont_en(struct hal_info_t *hal_info, bool en, enum rf_path path);
20 void rtw_hal_bb_adc_en(struct hal_info_t *hal_info,bool en);
21 void rtw_hal_bb_reset_en(struct hal_info_t *hal_info,bool en, enum phl_phy_idx phy_idx);
23 bool rtw_hal_bb_proc_cmd(struct hal_info_t *hal_info,
27 enum rtw_hal_status rtw_hal_bb_watchdog(struct hal_info_t *hal_info, u8 is_lps);
28 enum rtw_hal_status rtw_hal_bb_simple_watchdog(struct hal_info_t *hal_info, u8 io_en);
30 void rtw_hal_bb_fw_edcca(struct hal_info_t *hal_info);
32 void rtw_hal_bb_reset(struct hal_info_t *hal_info);
34 void rtw_hal_bb_dm_init(struct hal_info_t *hal_info);
[all …]
H A Dhal_api_rf.h27 struct hal_info_t *hal_info);
30 struct hal_info_t *hal_info);
34 enum rtw_hal_status rtw_hal_rf_get_pwrtrack(struct hal_info_t *hal_info, u8 *txpwr_track_status);
36 void rtw_hal_rf_dm_init(struct hal_info_t *hal_info);
38 enum rtw_hal_status rtw_hal_rf_set_pwrtrack(struct hal_info_t *hal_info, u8 phy_idx, u8 txpwr_track…
40 void rtw_hal_rf_dm_init(struct hal_info_t *hal_info);
42 enum rtw_hal_status rtw_hal_rf_get_thermal(struct hal_info_t *hal_info, u8 rf_path, u8 *thermal);
44 enum rtw_hal_status rtw_hal_rf_set_tssi(struct hal_info_t *hal_info, u8 phy_idx, u8 rf_path, u32 ts…
46 enum rtw_hal_status rtw_hal_rf_get_tssi(struct hal_info_t *hal_info, u8 phy_idx, u8 rf_path, u32 *t…
48 enum rtw_hal_status rtw_hal_rf_get_online_tssi_de(struct hal_info_t *hal_info, u8 phy_idx, u8 rf_pa…
[all …]
H A Dhal_api_efuse.h21 struct hal_info_t *hal_info);
23 struct hal_info_t *hal_info);
24 void rtw_hal_efuse_process(struct hal_info_t *hal_info, char *ic_name);
26 rtw_hal_efuse_shadow_load(struct hal_info_t *hal_info, bool is_limit);
28 rtw_hal_efuse_shadow_read(struct hal_info_t *hal_info, u8 byte_count,
31 rtw_hal_efuse_shadow_write(struct hal_info_t *hal_info, u8 byte_count,
34 rtw_hal_efuse_shadow_update(struct hal_info_t *hal_info, bool is_limit);
35 enum rtw_hal_status rtw_hal_efuse_shadow2buf(struct hal_info_t *hal_info,
37 enum rtw_hal_status rtw_hal_efuse_file_map_load(struct hal_info_t *hal_info,
39 enum rtw_hal_status rtw_hal_efuse_file_mask_load(struct hal_info_t *hal_info,
[all …]
H A Dhal_api_rf.c23 struct hal_info_t *hal_info) in rtw_hal_rf_init()
40 struct hal_info_t *hal_info) in rtw_hal_rf_deinit()
49 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_init_rf_reg()
90 void rtw_hal_rf_dm_init(struct hal_info_t *hal_info) in rtw_hal_rf_dm_init()
100 struct hal_info_t *hal_info = hal_com->hal_priv; in rtw_hal_rf_get_efuse_info()
132 const char *rtw_hal_rf_get_pw_lmt_regu_type_str(struct hal_info_t *hal_info, enum band_type band) in rtw_hal_rf_get_pw_lmt_regu_type_str()
143 struct hal_info_t *hal_info = (struct hal_info_t *)hal_com->hal_priv; in rtw_hal_rf_read_pwr_table()
155 struct hal_info_t *hal_info = (struct hal_info_t *)hal_com->hal_priv; in rtw_hal_rf_wl_tx_power_control()
164 enum rtw_hal_status rtw_hal_rf_get_pwrtrack(struct hal_info_t *hal_info, u8 *txpwr_track_status) in rtw_hal_rf_get_pwrtrack()
175 enum rtw_hal_status rtw_hal_rf_set_pwrtrack(struct hal_info_t *hal_info, u8 phy_idx, u8 txpwr_track… in rtw_hal_rf_set_pwrtrack()
[all …]
H A Dhal_tx.c69 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_tx_chnl_mapping()
86 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_get_fwcmd_queue_idx()
93 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_cfg_txhci()
105 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_chk_allq_empty()
116 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_fill_txdesc()
125 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_poll_hw_tx_done()
136 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_hw_tx_resume()
155 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_convert_qsel_to_tid()
174 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_tx_res_query()
192 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_query_txch_num()
[all …]
H A Dhal_api_bb.c33 void rtw_hal_bb_dfs_en(struct hal_info_t *hal_info, bool en) in rtw_hal_bb_dfs_en()
38 void rtw_hal_bb_tssi_cont_en(struct hal_info_t *hal_info, bool en, enum rf_path path) in rtw_hal_bb_tssi_cont_en()
43 void rtw_hal_bb_adc_en(struct hal_info_t *hal_info, bool en) in rtw_hal_bb_adc_en()
48 void rtw_hal_bb_reset_en(struct hal_info_t *hal_info, bool en, enum phl_phy_idx phy_idx) in rtw_hal_bb_reset_en()
53 bool rtw_hal_bb_proc_cmd(struct hal_info_t *hal_info, struct rtw_proc_cmd *incmd, in rtw_hal_bb_proc_cmd()
66 enum rtw_hal_status rtw_hal_bb_watchdog(struct hal_info_t *hal_info, u8 is_lps) in rtw_hal_bb_watchdog()
78 enum rtw_hal_status rtw_hal_bb_simple_watchdog(struct hal_info_t *hal_info, u8 io_en) in rtw_hal_bb_simple_watchdog()
90 void rtw_hal_bb_reset(struct hal_info_t *hal_info) in rtw_hal_bb_reset()
95 void rtw_hal_bb_fw_edcca(struct hal_info_t *hal_info) in rtw_hal_bb_fw_edcca()
102 void rtw_hal_bb_dm_init(struct hal_info_t *hal_info) in rtw_hal_bb_dm_init()
[all …]
H A Dhal_init.c30 struct hal_info_t *hal_info = (struct hal_info_t *)h; in rtw_hal_read8()
37 struct hal_info_t *hal_info = (struct hal_info_t *)h; in rtw_hal_read16()
44 struct hal_info_t *hal_info = (struct hal_info_t *)h; in rtw_hal_read32()
51 struct hal_info_t *hal_info = (struct hal_info_t *)h; in rtw_hal_write8()
58 struct hal_info_t *hal_info = (struct hal_info_t *)h; in rtw_hal_write16()
65 struct hal_info_t *hal_info = (struct hal_info_t *)h; in rtw_hal_write32()
73 struct hal_info_t *hal = (struct hal_info_t *)h; in rtw_hal_read_macreg()
81 struct hal_info_t *hal = (struct hal_info_t *)h; in rtw_hal_write_macreg()
88 struct hal_info_t *hal = (struct hal_info_t *)h; in rtw_hal_read_bbreg()
96 struct hal_info_t *hal = (struct hal_info_t *)h; in rtw_hal_write_bbreg()
[all …]
H A Dhal_ser.c21 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_ser_ctrl()
31 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_ser_get_error_status()
58 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_ser_set_error_status()
65 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_trigger_cmac_err()
72 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_trigger_dmac_err()
79 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_lv1_rcvy()
91 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_dump_fw_rsvd_ple()
99 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_ser_reset_wdt_intr()
H A Dhal_rx.c20 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_cfg_rxhci()
31 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_set_rxfltr_by_mode()
74 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_get_rxfltr_mode()
112 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_acpt_crc_err_pkt()
121 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_set_rxfltr_mpdu_size()
130 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_set_rxfltr_by_type()
145 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_poll_hw_rx_done()
156 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_hw_rx_resume()
177 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_rx_res_query()
195 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_query_rxch_num()
[all …]
H A Dhal_pci.c47 struct hal_info_t *hal_info = hal->hal_priv; in pci_write_post_cfg()
79 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_set_l2_leave()
91 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_clear_bdidx()
101 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_rst_bdram()
111 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_cfg_dma_io()
124 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_ltr_en_hw_mode()
142 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_ltr_sw_trigger()
154 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_ltr_update_stats()
174 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_ltr_is_sw_ctrl()
183 struct hal_info_t *hal_info = (struct hal_info_t *)hal; in rtw_hal_ltr_is_hw_ctrl()
H A Dhal_api_efuse.c21 rtw_hal_efuse_shadow_load(struct hal_info_t *hal_info, bool is_limit) in rtw_hal_efuse_shadow_load()
31 rtw_hal_efuse_shadow_update(struct hal_info_t *hal_info, bool is_limit) in rtw_hal_efuse_shadow_update()
41 rtw_hal_efuse_shadow_read(struct hal_info_t *hal_info, u8 byte_count, in rtw_hal_efuse_shadow_read()
53 rtw_hal_efuse_shadow_write(struct hal_info_t *hal_info, u8 byte_count, in rtw_hal_efuse_shadow_write()
64 rtw_hal_efuse_shadow2buf(struct hal_info_t *hal_info, u8 *pbuf, u16 buflen) in rtw_hal_efuse_shadow2buf()
74 struct hal_info_t *hal_info, char *file_path, u8 is_limit) in rtw_hal_efuse_file_map_load()
84 struct hal_info_t *hal_info, char *file_path, u8 is_limit) in rtw_hal_efuse_file_mask_load()
94 enum rtw_hal_status rtw_hal_efuse_get_usage(struct hal_info_t *hal_info, in rtw_hal_efuse_get_usage()
104 enum rtw_hal_status rtw_hal_efuse_get_logical_size(struct hal_info_t *hal_info, in rtw_hal_efuse_get_logical_size()
114 enum rtw_hal_status rtw_hal_efuse_get_size(struct hal_info_t *hal_info, in rtw_hal_efuse_get_size()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/sdio/
H A Drtl8852bs_hal.h19 struct hal_info_t *hal);
21 struct hal_info_t *hal);
24 struct hal_info_t *hal);
26 struct hal_info_t *hal);
29 struct hal_info_t *hal);
31 struct hal_info_t *hal);
33 enum rtw_hal_status hal_wow_init_8852bs(struct rtw_phl_com_t *phl_com, struct hal_info_t *hal, stru…
34 enum rtw_hal_status hal_wow_deinit_8852bs(struct rtw_phl_com_t *phl_com, struct hal_info_t *hal, st…
37 enum rtw_hal_status hal_mp_init_8852bs(struct rtw_phl_com_t *phl_com, struct hal_info_t *hal);
38 enum rtw_hal_status hal_mp_deinit_8852bs(struct rtw_phl_com_t *phl_com, struct hal_info_t *hal);
[all …]

123456