Home
last modified time | relevance | path

Searched refs:ab_ahb (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dahb.c405 struct ath11k_ahb *ab_ahb = ath11k_ahb_priv(ab); in ath11k_ahb_power_up() local
408 ret = rproc_boot(ab_ahb->tgt_rproc); in ath11k_ahb_power_up()
417 struct ath11k_ahb *ab_ahb = ath11k_ahb_priv(ab); in ath11k_ahb_power_down() local
419 rproc_shutdown(ab_ahb->tgt_rproc); in ath11k_ahb_power_down()
683 struct ath11k_ahb *ab_ahb = ath11k_ahb_priv(ab); in ath11k_ahb_hif_suspend() local
699 value = u32_encode_bits(ab_ahb->smp2p_info.seq_no++, in ath11k_ahb_hif_suspend()
704 ret = qcom_smem_state_update_bits(ab_ahb->smp2p_info.smem_state, in ath11k_ahb_hif_suspend()
718 struct ath11k_ahb *ab_ahb = ath11k_ahb_priv(ab); in ath11k_ahb_hif_resume() local
736 value = u32_encode_bits(ab_ahb->smp2p_info.seq_no++, in ath11k_ahb_hif_resume()
741 ret = qcom_smem_state_update_bits(ab_ahb->smp2p_info.smem_state, in ath11k_ahb_hif_resume()
[all …]