Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/soc/qcom/
H A Dsmem_state.h20 int qcom_smem_state_update_bits(struct qcom_smem_state *state, u32 mask, u32 value);
44 static inline int qcom_smem_state_update_bits(struct qcom_smem_state *state, in qcom_smem_state_update_bits() function
/openbmc/linux/drivers/net/ipa/
H A Dipa_smp2p.c100 qcom_smem_state_update_bits(smp2p->enabled_state, mask, value); in ipa_smp2p_notify()
105 qcom_smem_state_update_bits(smp2p->valid_state, mask, value); in ipa_smp2p_notify()
342 qcom_smem_state_update_bits(smp2p->valid_state, mask, 0); in ipa_smp2p_notify_reset()
346 qcom_smem_state_update_bits(smp2p->enabled_state, mask, 0); in ipa_smp2p_notify_reset()
/openbmc/linux/drivers/soc/qcom/
H A Dsmem_state.c45 int qcom_smem_state_update_bits(struct qcom_smem_state *state, in qcom_smem_state_update_bits() function
57 EXPORT_SYMBOL_GPL(qcom_smem_state_update_bits);
/openbmc/linux/drivers/remoteproc/
H A Dqcom_q6v5.c206 qcom_smem_state_update_bits(q6v5->state, in qcom_q6v5_request_stop()
211 qcom_smem_state_update_bits(q6v5->state, BIT(q6v5->stop_bit), 0); in qcom_q6v5_request_stop()
228 qcom_smem_state_update_bits(q6v5->state, in qcom_q6v5_panic()
H A Dqcom_wcnss.c300 qcom_smem_state_update_bits(wcnss->state, in wcnss_stop()
309 qcom_smem_state_update_bits(wcnss->state, in wcnss_stop()
/openbmc/linux/drivers/net/wwan/
H A Dqcom_bam_dmux.c99 qcom_smem_state_update_bits(dmux->pc, dmux->pc_mask, in bam_dmux_pc_vote()
105 qcom_smem_state_update_bits(dmux->pc_ack, dmux->pc_ack_mask, in bam_dmux_pc_ack()
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Ddxe.c145 ret = qcom_smem_state_update_bits(wcn->tx_enable_state, in wcn36xx_dxe_alloc_ctl_blks()
836 qcom_smem_state_update_bits(wcn->tx_rings_empty_state, in wcn36xx_dxe_tx_frame()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dahb.c704 ret = qcom_smem_state_update_bits(ab_ahb->smp2p_info.smem_state, in ath11k_ahb_hif_suspend()
741 ret = qcom_smem_state_update_bits(ab_ahb->smp2p_info.smem_state, in ath11k_ahb_hif_resume()