qcacmn: Add support to configure MSI registers for Direct Link CE

The MSI address and data information for Direct Link
copy engines will be available once the WiFi driver
on LPASS is initialized. Add support to configure the
IPCC address and data values into Direct Link copy
engines at runtime.

Change-Id: I5e7dff90c2f1ff764462c235deb5795ed019a16b
CRs-Fixed: 3316679
Esse commit está contido em:
Yeshwanth Sriram Guntuka
2022-11-04 00:59:05 +05:30
commit de Madan Koyyalamudi
commit e228622034
9 arquivos alterados com 242 adições e 7 exclusões

Ver arquivo

@@ -2303,6 +2303,9 @@ static void hal_hw_txrx_ops_attach_kiwi(struct hal_soc *hal_soc)
hal_soc->ops->hal_get_tsf_time = hal_get_tsf_time_kiwi;
hal_soc->ops->hal_rx_reo_ent_get_src_link_id =
hal_rx_reo_ent_get_src_link_id_kiwi;
#ifdef FEATURE_DIRECT_LINK
hal_soc->ops->hal_srng_set_msi_config = hal_srng_set_msi_config;
#endif
};
struct hal_hw_srng_config hw_srng_table_kiwi[] = {