Searched full:smsm (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/drivers/soc/qcom/ |
D | smsm.c | 62 * struct qcom_smsm - smsm driver context 63 * @dev: smsm device pointer 95 * @smsm: back-reference to driver context 106 struct qcom_smsm *smsm; member 132 * @data: smsm context pointer 141 struct qcom_smsm *smsm = data; in smsm_update_bits() local 149 spin_lock_irqsave(&smsm->lock, flags); in smsm_update_bits() 152 val = orig = readl(smsm->local_state); in smsm_update_bits() 159 spin_unlock_irqrestore(&smsm->lock, flags); in smsm_update_bits() 164 writel(val, smsm->local_state); in smsm_update_bits() [all …]
|
D | Makefile | 21 obj-$(CONFIG_QCOM_SMSM) += smsm.o
|
/Linux-v6.1/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smsm.yaml | 4 $id: http://devicetree.org/schemas/soc/qcom/qcom,smsm.yaml# 23 const: qcom,smsm 54 Each processor's state bits are described by a subnode of the SMSM device 122 compatible = "qcom,smsm";
|
/Linux-v6.1/drivers/net/wireless/ath/wcn36xx/ |
D | dxe.c | 144 /* Initialize SMSM state Clear TX Enable RING EMPTY STATE */ in wcn36xx_dxe_alloc_ctl_blks() 832 * notify chip about new frame through SMSM bus. in wcn36xx_dxe_tx_frame()
|
D | main.c | 1487 /* Acquire SMSM tx enable handle */ in wcn36xx_platform_get_resources() 1495 /* Acquire SMSM tx rings empty handle */ in wcn36xx_platform_get_resources()
|
/Linux-v6.1/arch/arm64/boot/dts/qcom/ |
D | msm8953.dtsi | 387 smsm { 388 compatible = "qcom,smsm";
|
D | msm8916.dtsi | 390 smsm { 391 compatible = "qcom,smsm";
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | qcom-apq8064.dtsi | 268 smsm { 269 compatible = "qcom,smsm";
|
D | qcom-msm8974.dtsi | 254 smsm { 255 compatible = "qcom,smsm";
|