Home
last modified time | relevance | path

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

/drivers/net/ipa/
A Dipa_smp2p.c98 qcom_smem_state_update_bits(smp2p->enabled_state, mask, value); in ipa_smp2p_notify()
103 qcom_smem_state_update_bits(smp2p->valid_state, mask, value); in ipa_smp2p_notify()
343 qcom_smem_state_update_bits(smp2p->valid_state, mask, 0); in ipa_smp2p_notify_reset()
347 qcom_smem_state_update_bits(smp2p->enabled_state, mask, 0); in ipa_smp2p_notify_reset()
/drivers/remoteproc/
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()
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()
/drivers/soc/qcom/
A Dsmem_state.c46 int qcom_smem_state_update_bits(struct qcom_smem_state *state, in qcom_smem_state_update_bits() function
58 EXPORT_SYMBOL_GPL(qcom_smem_state_update_bits);
/drivers/net/wireless/ath/ath12k/
A Dahb.c432 ret = qcom_smem_state_update_bits(ab_ahb->spawn_state, BIT(ab_ahb->spawn_bit), in ath12k_ahb_power_up()
455 qcom_smem_state_update_bits(ab_ahb->spawn_state, BIT(ab_ahb->spawn_bit), 0); in ath12k_ahb_power_up()
473 qcom_smem_state_update_bits(ab_ahb->stop_state, BIT(ab_ahb->stop_bit), in ath12k_ahb_power_down()
483 qcom_smem_state_update_bits(ab_ahb->stop_state, BIT(ab_ahb->stop_bit), 0); in ath12k_ahb_power_down()
/drivers/net/wwan/
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()
/drivers/net/wireless/ath/wcn36xx/
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()
/drivers/net/wireless/ath/ath11k/
A Dahb.c710 ret = qcom_smem_state_update_bits(ab_ahb->smp2p_info.smem_state, in ath11k_ahb_hif_suspend()
747 ret = qcom_smem_state_update_bits(ab_ahb->smp2p_info.smem_state, in ath11k_ahb_hif_resume()

Completed in 17 milliseconds