Lines Matching refs:hal
76 struct hal_soc *hal) in hal_tx_comp_get_status_generic_be() argument
133 hal_soc_to_hal_soc_handle(hal)); in hal_tx_comp_get_status_generic_be()
3326 struct hal_soc *hal = (struct hal_soc *)hal_soc_hdl; in hal_reo_shared_qaddr_cache_clear_be() local
3332 reg_val = HAL_REG_READ(hal, HWIO_REO_R0_QDESC_ADDR_READ_ADDR(REO_REG_REG_BASE)); in hal_reo_shared_qaddr_cache_clear_be()
3334 HAL_REG_WRITE(hal, in hal_reo_shared_qaddr_cache_clear_be()
3342 HAL_REG_WRITE(hal, in hal_reo_shared_qaddr_cache_clear_be()
3348 "to erase stale entries in reo storage: regval:%x", hal, reg_val); in hal_reo_shared_qaddr_cache_clear_be()
3367 struct hal_soc *hal = (struct hal_soc *)hal_soc_hdl; in hal_reo_shared_qaddr_write_be() local
3376 &hal->reo_qref.mlo_reo_qref_table_vaddr[peer_tid_idx]; in hal_reo_shared_qaddr_write_be()
3380 &hal->reo_qref.non_mlo_reo_qref_table_vaddr[peer_tid_idx]; in hal_reo_shared_qaddr_write_be()
3401 static inline void hal_reo_shared_qaddr_enable(struct hal_soc *hal) in hal_reo_shared_qaddr_enable() argument
3403 HAL_REG_WRITE(hal, HWIO_REO_R0_QDESC_ADDR_READ_ADDR(REO_REG_REG_BASE), in hal_reo_shared_qaddr_enable()
3408 static inline void hal_reo_shared_qaddr_enable(struct hal_soc *hal) in hal_reo_shared_qaddr_enable() argument
3410 HAL_REG_WRITE(hal, HWIO_REO_R0_QDESC_ADDR_READ_ADDR(REO_REG_REG_BASE), in hal_reo_shared_qaddr_enable()
3429 struct hal_soc *hal = (struct hal_soc *)hal_soc_hdl; in hal_reo_shared_qaddr_setup_be() local
3435 hal->qdf_dev, hal->qdf_dev->dev, in hal_reo_shared_qaddr_setup_be()
3443 hal->qdf_dev, hal->qdf_dev->dev, in hal_reo_shared_qaddr_setup_be()
3448 hal->qdf_dev, hal->qdf_dev->dev, in hal_reo_shared_qaddr_setup_be()
3481 struct hal_soc *hal = (struct hal_soc *)hal_soc_hdl; in hal_reo_shared_qaddr_init_be() local
3484 qdf_mem_zero(hal->reo_qref.mlo_reo_qref_table_vaddr, in hal_reo_shared_qaddr_init_be()
3486 qdf_mem_zero(hal->reo_qref.non_mlo_reo_qref_table_vaddr, in hal_reo_shared_qaddr_init_be()
3493 HAL_REG_WRITE(hal, in hal_reo_shared_qaddr_init_be()
3495 hal->reo_qref.non_mlo_reo_qref_table_paddr >> 8); in hal_reo_shared_qaddr_init_be()
3496 HAL_REG_WRITE(hal, in hal_reo_shared_qaddr_init_be()
3498 hal->reo_qref.mlo_reo_qref_table_paddr >> 8); in hal_reo_shared_qaddr_init_be()
3499 hal_reo_shared_qaddr_enable(hal); in hal_reo_shared_qaddr_init_be()
3500 HAL_REG_WRITE(hal, in hal_reo_shared_qaddr_init_be()
3516 struct hal_soc *hal = (struct hal_soc *)hal_soc_hdl; in hal_reo_shared_qaddr_detach_be() local
3518 HAL_REG_WRITE(hal, in hal_reo_shared_qaddr_detach_be()
3521 HAL_REG_WRITE(hal, in hal_reo_shared_qaddr_detach_be()