qcacmn: Hal changes for Umac post reset at host
Hal layer changes to handle Umac post reset and post reset complete events from firmware. Change-Id: Ib25427930aab25650731c87b38e2ef7e47ae98d9 CRs-Fixed: 3267222
This commit is contained in:

committed by
Madan Koyyalamudi

parent
67de6bcbfd
commit
a615488cf4
@@ -2941,18 +2941,20 @@ hal_reo_shared_qaddr_write(hal_soc_handle_t hal_soc_hdl,
|
||||
/**
|
||||
* hal_reo_shared_qaddr_init(): Initialize reo qref LUT
|
||||
* @hal_soc: Hal soc pointer
|
||||
* @qref_reset: reset qref LUT
|
||||
*
|
||||
* Write MLO and Non MLO table start addr to HW reg
|
||||
*
|
||||
* Return: void
|
||||
*/
|
||||
static inline void
|
||||
hal_reo_shared_qaddr_init(hal_soc_handle_t hal_soc_hdl)
|
||||
hal_reo_shared_qaddr_init(hal_soc_handle_t hal_soc_hdl, int qref_reset)
|
||||
{
|
||||
struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl;
|
||||
|
||||
if (hal_soc->ops->hal_reo_shared_qaddr_init)
|
||||
return hal_soc->ops->hal_reo_shared_qaddr_init(hal_soc_hdl);
|
||||
return hal_soc->ops->hal_reo_shared_qaddr_init(hal_soc_hdl,
|
||||
qref_reset);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -2982,7 +2984,7 @@ hal_reo_shared_qaddr_write(hal_soc_handle_t hal_soc_hdl,
|
||||
int tid,
|
||||
qdf_dma_addr_t hw_qdesc_paddr) {}
|
||||
static inline void
|
||||
hal_reo_shared_qaddr_init(hal_soc_handle_t hal_soc_hdl) {}
|
||||
hal_reo_shared_qaddr_init(hal_soc_handle_t hal_soc_hdl, int qref_reset) {}
|
||||
|
||||
static inline void
|
||||
hal_reo_shared_qaddr_cache_clear(hal_soc_handle_t hal_soc_hdl) {}
|
||||
|
Reference in New Issue
Block a user