| /linux/Documentation/devicetree/bindings/nvmem/ |
| 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 25 - qcom,qdu1000-sec-qfprom 26 - const: qcom,sec-qfprom 30 - description: The secure qfprom corrected region. 45 compatible = "qcom,qdu1000-sec-qfprom", "qcom,sec-qfprom";
|
| H A D | nvmem.yaml | 55 qfprom: eeprom@700000 { 56 compatible = "qcom,msm8974-qfprom", "qcom,qfprom";
|
| /linux/drivers/nvmem/ |
| 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() 372 .name = "qfprom", in qfprom_probe() [all …]
|
| 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 | Makefile | 56 nvmem_qfprom-y := qfprom.o 58 nvmem_sec_qfprom-y := sec-qfprom.o
|
| /linux/Documentation/devicetree/bindings/opp/ |
| H A D | opp-v2-kryo-cpu.yaml | 297 qfprom: qfprom@74000 { 298 compatible = "qcom,msm8996-qfprom", "qcom,qfprom";
|
| /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()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | ipq5424.dtsi | 298 compatible = "qcom,ipq5424-qfprom", "qcom,qfprom"; 450 qfprom@a6000 { 451 compatible = "qcom,ipq5424-qfprom", "qcom,qfprom";
|
| H A D | purwa.dtsi | 155 &qfprom {
|
| H A D | sc7280-qcard.dtsi | 399 &qfprom {
|
| H A D | sc7180-idp.dts | 339 &qfprom {
|
| H A D | sc7280-idp.dtsi | 444 &qfprom {
|
| H A D | msm8996.dtsi | 754 qfprom@74000 { 755 compatible = "qcom,msm8996-qfprom", "qcom,qfprom";
|
| H A D | sm7325-nothing-spacewar.dts | 1235 &qfprom {
|
| H A D | talos.dtsi | 675 qfprom: efuse@780000 { label 676 compatible = "qcom,qcs615-qfprom", "qcom,qfprom";
|
| H A D | sc7180-trogdor.dtsi | 420 &qfprom {
|
| H A D | sc7180.dtsi | 801 qfprom: efuse@784000 { label 802 compatible = "qcom,sc7180-qfprom", "qcom,qfprom";
|
| H A D | sdm845.dtsi | 1216 qfprom@784000 { 1217 compatible = "qcom,sdm845-qfprom", "qcom,qfprom";
|
| H A D | sm8250.dtsi | 971 qfprom: efuse@784000 { label 972 compatible = "qcom,sm8250-qfprom", "qcom,qfprom";
|
| H A D | sc8280xp.dtsi | 909 qfprom: efuse@784000 { label 910 compatible = "qcom,sc8280xp-qfprom", "qcom,qfprom";
|
| /linux/arch/arm/boot/dts/qcom/ |
| H A D | qcom-apq8084.dtsi | 248 qfprom: efuse@fc4bc000 { label 249 compatible = "qcom,apq8084-qfprom", "qcom,qfprom";
|
| /linux/drivers/thermal/qcom/ |
| H A D | tsens.c | 255 * depend on calibration data read from qfprom. On others the slope
|