D | qcom_rpm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 20 #include <dt-bindings/mfd/qcom-rpm.h> 60 #define RPM_STATUS_REG(rpm, i) ((rpm)->status_regs + (i) * 4) argument 61 #define RPM_CTRL_REG(rpm, i) ((rpm)->ctrl_regs + (i) * 4) argument 62 #define RPM_REQ_REG(rpm, i) ((rpm)->req_regs + (i) * 4) argument 438 { .compatible = "qcom,rpm-apq8064", .data = &apq8064_template }, 439 { .compatible = "qcom,rpm-msm8660", .data = &msm8660_template }, 440 { .compatible = "qcom,rpm-msm8960", .data = &msm8960_template }, 441 { .compatible = "qcom,rpm-ipq8064", .data = &ipq806x_template }, 442 { .compatible = "qcom,rpm-mdm9615", .data = &mdm9615_template }, [all …]
|