/openbmc/linux/Documentation/devicetree/bindings/nvmem/ |
H A D | qcom,qfprom.yaml | 4 $id: http://devicetree.org/schemas/nvmem/qcom,qfprom.yaml# 7 title: Qualcomm Technologies Inc, QFPROM Efuse 19 - qcom,apq8064-qfprom 20 - qcom,apq8084-qfprom 21 - qcom,ipq5332-qfprom 22 - qcom,ipq6018-qfprom 23 - qcom,ipq8064-qfprom 24 - qcom,ipq8074-qfprom 25 - qcom,ipq9574-qfprom 26 - qcom,msm8226-qfprom [all …]
|
H A D | qcom,sec-qfprom.yaml | 4 $id: http://devicetree.org/schemas/nvmem/qcom,sec-qfprom.yaml# 7 title: Qualcomm Technologies Inc, Secure QFPROM Efuse 13 For some of the Qualcomm SoC's, it is possible that the qfprom region is 24 - qcom,qdu1000-sec-qfprom 25 - const: qcom,sec-qfprom 29 - description: The secure qfprom corrected region. 44 compatible = "qcom,qdu1000-sec-qfprom", "qcom,sec-qfprom";
|
H A D | nvmem.yaml | 64 qfprom: eeprom@700000 { 65 compatible = "qcom,msm8974-qfprom", "qcom,qfprom";
|
/openbmc/linux/drivers/nvmem/ |
H A D | sec-qfprom.c | 13 * struct sec_qfprom - structure holding secure qfprom attributes 15 * @base: starting physical address for secure qfprom corrected address space. 16 * @dev: qfprom device structure. 49 .name = "sec-qfprom", in sec_qfprom_probe() 83 { .compatible = "qcom,sec-qfprom" }, 96 MODULE_DESCRIPTION("Qualcomm Secure QFPROM driver");
|
H A D | qfprom.c | 46 * @accel_value: Should contain qfprom accel value. 47 * @qfprom_blow_timer_value: The timer value of qfprom when doing efuse blow. 60 * struct qfprom_priv - structure holding qfprom attributes 62 * @qfpraw: iomapped memory space for qfprom-efuse raw address space. 63 * @qfpconf: iomapped memory space for qfprom-efuse configuration address 65 * @qfpcorrected: iomapped memory space for qfprom corrected address space. 66 * @qfpsecurity: iomapped memory space for qfprom security control space. 67 * @dev: qfprom device structure. 268 "Writing to raw qfprom region : %#010x of size: %zu\n", in qfprom_reg_write() 359 .name = "qfprom", in qfprom_probe() [all …]
|
H A D | Kconfig | 219 tristate "QCOM QFPROM Support" 223 Say y here to enable QFPROM support. The QFPROM provides access 224 functions for QFPROM data to rest of the drivers via nvmem interface. 230 tristate "QCOM SECURE QFPROM Support" 236 Say y here to enable secure QFPROM support. The secure QFPROM provides access 237 functions for QFPROM data to rest of the drivers via nvmem interface.
|
H A D | Makefile | 48 nvmem_qfprom-y := qfprom.o 50 nvmem_sec_qfprom-y := sec-qfprom.o
|
/openbmc/linux/Documentation/devicetree/bindings/opp/ |
H A D | opp-v2-kryo-cpu.yaml | 269 qfprom: qfprom@74000 { 270 compatible = "qcom,msm8996-qfprom", "qcom,qfprom";
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | ipq5332.dtsi | 148 qfprom: efuse@a4000 { label 149 compatible = "qcom,ipq5332-qfprom", "qcom,qfprom";
|
H A D | ipq6018.dtsi | 320 qfprom: efuse@a4000 { label 321 compatible = "qcom,ipq6018-qfprom", "qcom,qfprom";
|
H A D | msm8976.dtsi | 489 qfprom: qfprom@a4000 { label 490 compatible = "qcom,msm8976-qfprom", "qcom,qfprom";
|
H A D | ipq9574.dtsi | 221 qfprom: efuse@a4000 { label 222 compatible = "qcom,ipq9574-qfprom", "qcom,qfprom";
|
H A D | ipq8074.dtsi | 281 qfprom: efuse@a4000 { label 282 compatible = "qcom,ipq8074-qfprom", "qcom,qfprom";
|
H A D | sdm670.dtsi | 577 qfprom: qfprom@784000 { label 578 compatible = "qcom,sdm670-qfprom", "qcom,qfprom";
|
/openbmc/linux/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi_hdcp.c | 21 /* QFPROM Registers for HDMI/HDCP */ 63 * store aksv from qfprom 262 /* Fetch aksv from QFPROM, this info should be public. */ in msm_hdmi_hdcp_read_validate_aksv() 269 pr_err("%s: AKSV QFPROM doesn't have 20 1's, 20 0's\n", in msm_hdmi_hdcp_read_validate_aksv() 271 pr_err("%s: QFPROM AKSV chk failed (AKSV=%02x%08x)\n", in msm_hdmi_hdcp_read_validate_aksv() 486 * Write AKSV read from QFPROM to the HDCP registers. in msm_hdmi_hdcp_auth_prepare() 1398 pr_err("%s: HDCP is not supported without qfprom\n", in msm_hdmi_hdcp_init()
|
H A D | qfprom.xml.h | 26 - /home/robclark/src/mesa/mesa/src/freedreno/registers/hdmi/qfprom.xml ( 600 bytes, fr…
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-apq8084.dtsi | 248 qfprom: qfprom@fc4bc000 { label 249 compatible = "qcom,apq8084-qfprom", "qcom,qfprom";
|
H A D | qcom-msm8226.dtsi | 564 qfprom: qfprom@fc4bc000 { label 565 compatible = "qcom,msm8226-qfprom", "qcom,qfprom";
|
H A D | qcom-ipq8064.dtsi | 375 qfprom: qfprom@700000 { label 376 compatible = "qcom,ipq8064-qfprom", "qcom,qfprom";
|
/openbmc/linux/drivers/gpu/drm/msm/dsi/ |
H A D | sfpb.xml.h | 26 - /home/robclark/src/mesa/mesa/src/freedreno/registers/hdmi/qfprom.xml ( 600 bytes, fr…
|
H A D | mmss_cc.xml.h | 26 - /home/robclark/src/mesa/mesa/src/freedreno/registers/hdmi/qfprom.xml ( 600 bytes, fr…
|
H A D | dsi_phy_10nm.xml.h | 26 - /home/robclark/src/mesa/mesa/src/freedreno/registers/hdmi/qfprom.xml ( 600 bytes, fr…
|
H A D | dsi_phy_20nm.xml.h | 26 - /home/robclark/src/mesa/mesa/src/freedreno/registers/hdmi/qfprom.xml ( 600 bytes, fr…
|
H A D | dsi_phy_28nm_8960.xml.h | 26 - /home/robclark/src/mesa/mesa/src/freedreno/registers/hdmi/qfprom.xml ( 600 bytes, fr…
|
/openbmc/linux/drivers/gpu/drm/msm/disp/ |
H A D | mdp_common.xml.h | 26 - /home/robclark/src/mesa/mesa/src/freedreno/registers/hdmi/qfprom.xml ( 600 bytes, fr…
|