Home
last modified time | relevance | path

Searched refs:qcom_smem_state_update_bits (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/include/linux/soc/qcom/
H A Dsmem_state.h19 int qcom_smem_state_update_bits(struct qcom_smem_state *state, u32 mask, u32 value);
36 static inline int qcom_smem_state_update_bits(struct qcom_smem_state *state, in qcom_smem_state_update_bits() function
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/net/ipa/
H A Dipa_smp2p.c97 qcom_smem_state_update_bits(smp2p->enabled_state, mask, value); in ipa_smp2p_notify()
102 qcom_smem_state_update_bits(smp2p->valid_state, mask, value); in ipa_smp2p_notify()
328 qcom_smem_state_update_bits(smp2p->valid_state, mask, 0); in ipa_smp2p_notify_reset()
332 qcom_smem_state_update_bits(smp2p->enabled_state, mask, 0); in ipa_smp2p_notify_reset()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dqcom_q6v5.c158 qcom_smem_state_update_bits(q6v5->state, in qcom_q6v5_request_stop()
163 qcom_smem_state_update_bits(q6v5->state, BIT(q6v5->stop_bit), 0); in qcom_q6v5_request_stop()
180 qcom_smem_state_update_bits(q6v5->state, in qcom_q6v5_panic()
H A Dqcom_wcnss.c277 qcom_smem_state_update_bits(wcnss->state, in wcnss_stop()
286 qcom_smem_state_update_bits(wcnss->state, in wcnss_stop()
/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Dsmem_state.c38 * qcom_smem_state_update_bits() - update the masked bits in state with value
45 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); variable
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Dsmem_state.c38 * qcom_smem_state_update_bits() - update the masked bits in state with value
45 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); variable
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
835 qcom_smem_state_update_bits(wcn->tx_rings_empty_state, in wcn36xx_dxe_tx_frame()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()

Completed in 11 milliseconds