Searched full:sdam (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/drivers/nvmem/ |
H A D | qcom-spmi-sdam.c | 34 static bool sdam_is_valid(struct sdam_chip *sdam, unsigned int offset, in sdam_is_valid() argument 37 unsigned int sdam_mem_end = SDAM_MEM_START + sdam->size - 1; in sdam_is_valid() 66 struct sdam_chip *sdam = priv; in sdam_read() local 67 struct device *dev = sdam->sdam_config.dev; in sdam_read() 70 if (!sdam_is_valid(sdam, offset, bytes)) { in sdam_read() 71 dev_err(dev, "Invalid SDAM offset %#x len=%zd\n", in sdam_read() 76 rc = regmap_bulk_read(sdam->regmap, sdam->base + offset, val, bytes); in sdam_read() 78 dev_err(dev, "Failed to read SDAM offset %#x len=%zd, rc=%d\n", in sdam_read() 87 struct sdam_chip *sdam = priv; in sdam_write() local 88 struct device *dev = sdam->sdam_config.dev; in sdam_write() [all …]
|
H A D | Makefile | 63 obj-$(CONFIG_NVMEM_SPMI_SDAM) += nvmem_qcom-spmi-sdam.o 64 nvmem_qcom-spmi-sdam-y += qcom-spmi-sdam.o
|
H A D | Kconfig | 302 tristate "SPMI SDAM Support" 307 an interface to read/write to the SDAM module's shared memory.
|
/openbmc/linux/Documentation/devicetree/bindings/nvmem/ |
H A D | qcom,spmi-sdam.yaml | 4 $id: http://devicetree.org/schemas/nvmem/qcom,spmi-sdam.yaml# 7 title: Qualcomm Technologies, Inc. SPMI SDAM 13 The SDAM provides scratch register space for the PMIC clients. This 23 - qcom,spmi-sdam 44 compatible = "qcom,spmi-sdam";
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | pmk8550.dtsi | 55 compatible = "qcom,spmi-sdam";
|
H A D | sa8540p-pmics.dtsi | 43 compatible = "qcom,spmi-sdam";
|
H A D | pmk8350.dtsi | 80 compatible = "qcom,spmi-sdam";
|
H A D | pmi632.dtsi | 131 compatible = "qcom,spmi-sdam";
|
H A D | sc8280xp-pmics.dtsi | 110 compatible = "qcom,spmi-sdam";
|
H A D | sa8775p-pmics.dtsi | 146 compatible = "qcom,spmi-sdam";
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | qcom,spmi-pmic.yaml | 153 $ref: /schemas/nvmem/qcom,spmi-sdam.yaml#
|
/openbmc/linux/drivers/leds/rgb/ |
H A D | leds-qcom-lpg.c | 1419 /* PMI632 uses SDAM instead of LUT for pattern */
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |