/openbmc/linux/Documentation/devicetree/bindings/cache/ |
H A D | qcom,llcc.yaml | 4 $id: http://devicetree.org/schemas/cache/qcom,llcc.yaml# 13 LLCC (Last Level Cache Controller) provides last level of cache memory in SoC, 23 - qcom,sc7180-llcc 24 - qcom,sc7280-llcc 25 - qcom,sc8180x-llcc 26 - qcom,sc8280xp-llcc 27 - qcom,sdm845-llcc 28 - qcom,sm6350-llcc 29 - qcom,sm7150-llcc 30 - qcom,sm8150-llcc [all …]
|
/openbmc/linux/include/linux/soc/qcom/ |
H A D | llcc-qcom.h | 61 * @slice_id: llcc slice id 62 * @slice_size: Size allocated for the llcc slice 70 * struct llcc_edac_reg_data - llcc edac registers data for each error type 88 /* LLCC TRP registers */ 98 /* LLCC Common registers */ 103 /* LLCC DRP registers */ 116 * struct llcc_drv_data - Data associated with the llcc driver 117 * @regmaps: regmaps associated with the llcc device 118 * @bcast_regmap: regmap associated with llcc broadcast offset 120 * @edac_reg_offset: Offset of the LLCC EDAC registers [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/interconnect/ |
H A D | qcom,msm8998-bwmon.yaml | 20 (DDR) - called LLCC BWMON. 32 - qcom,sm6350-llcc-bwmon 38 - qcom,sc7180-llcc-bwmon 39 - qcom,sc8280xp-llcc-bwmon 41 - qcom,sm8250-llcc-bwmon 42 - qcom,sm8550-llcc-bwmon 43 - const: qcom,sc7280-llcc-bwmon 44 - const: qcom,sc7280-llcc-bwmon # BWMON v5 45 - const: qcom,sdm845-llcc-bwmon # BWMON v5
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | llcc-qcom.c | 19 #include <linux/soc/qcom/llcc-qcom.h> 69 * struct llcc_slice_config - Data associated with the llcc slice 71 * @slice_id: llcc slice id for each client 85 * When configured to 0 all ways in llcc are probed. 369 /* LLCC Common registers */ 374 /* LLCC DRP registers */ 396 /* LLCC Common registers */ 401 /* LLCC DRP registers */ 413 /* LLCC register offset starting from v1.0.0 */ 419 /* LLCC register offset starting from v2.0.1 */ [all …]
|
H A D | Kconfig | 64 tristate "Qualcomm Technologies, Inc. LLCC driver" 69 Last Level Cache Controller(LLCC) driver for platforms such as, 70 SDM845. This provides interfaces to clients that use the LLCC. 71 Say yes here to enable LLCC slice driver.
|
H A D | Makefile | 30 obj-$(CONFIG_QCOM_LLCC) += llcc-qcom.o
|
H A D | icc-bwmon.c | 854 { .compatible = "qcom,sdm845-llcc-bwmon", .data = &sdm845_llcc_bwmon_data }, 855 { .compatible = "qcom,sc7280-llcc-bwmon", .data = &sc7280_llcc_bwmon_data },
|
/openbmc/linux/drivers/edac/ |
H A D | qcom_edac.c | 12 #include <linux/soc/qcom/llcc-qcom.h> 265 "LLCC Data RAM correctable Error"); in dump_syn_reg() 269 "LLCC Data RAM uncorrectable Error"); in dump_syn_reg() 273 "LLCC Tag RAM correctable Error"); in dump_syn_reg() 277 "LLCC Tag RAM uncorrectable Error"); in dump_syn_reg() 350 edev_ctl = edac_device_alloc_ctl_info(0, "qcom-llcc", 1, "bank", in qcom_llcc_edac_probe() 361 edev_ctl->ctl_name = "llcc"; in qcom_llcc_edac_probe() 364 /* Check if LLCC driver has passed ECC IRQ */ in qcom_llcc_edac_probe()
|
H A D | Kconfig | 516 As of now, it supports error reporting for Last Level Cache Controller (LLCC)
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | qcom-soc.yaml | 18 qcom,sdm845-llcc-bwmon
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/ |
H A D | dpu_6_9_sm6375.h | 118 .min_llcc_ib = 0, /* No LLCC on this SoC */
|
H A D | dpu_5_4_sm6125.h | 172 .min_llcc_ib = 0, /* No LLCC on this SoC */
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_crtc.h | 194 * @bw_split_vote : true if bw controlled by llcc/dram bw properties
|
H A D | dpu_hw_catalog.h | 734 * @min_llcc_ib minimum llcc ib vote in kbps
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm850-samsung-w737.dts | 394 &llcc {
|
H A D | sm6350.dtsi | 1711 compatible = "qcom,sm6350-llcc"; 1731 compatible = "qcom,sm6350-llcc-bwmon", "qcom,sdm845-bwmon"; 1770 compatible = "qcom,sm6350-cpu-bwmon", "qcom,sc7280-llcc-bwmon";
|
H A D | sc7180.dtsi | 2862 compatible = "qcom,sc7180-llcc-bwmon", "qcom,sc7280-llcc-bwmon"; 2915 compatible = "qcom,sc7180-llcc";
|
H A D | qdu1000.dtsi | 1447 compatible = "qcom,qdu1000-llcc";
|
H A D | sm8550.dtsi | 3851 compatible = "qcom,sm8550-llcc-bwmon", "qcom,sc7280-llcc-bwmon"; 3944 compatible = "qcom,sm8550-llcc";
|
H A D | sdm845.dtsi | 2219 llcc: system-cache-controller@1100000 { label 2220 compatible = "qcom,sdm845-llcc"; 2236 compatible = "qcom,sdm845-llcc-bwmon";
|
H A D | sc8280xp.dtsi | 3240 compatible = "qcom,sc8280xp-llcc-bwmon", "qcom,sc7280-llcc-bwmon"; 3331 compatible = "qcom,sc8280xp-llcc";
|
H A D | sm8250.dtsi | 3681 compatible = "qcom,sm8250-llcc-bwmon", "qcom,sc7280-llcc-bwmon"; 3879 compatible = "qcom,sm8250-llcc";
|
H A D | sc7280.dtsi | 3507 compatible = "qcom,sc7280-llcc-bwmon"; 3597 compatible = "qcom,sc7280-llcc";
|
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_gpu.c | 14 #include <linux/soc/qcom/llcc-qcom.h> 1808 /* No LLCC on non-RPMh (and by extension, non-GMU) SoCs */ in a6xx_llc_slices_destroy() 1821 /* No LLCC on non-RPMh (and by extension, non-GMU) SoCs */ in a6xx_llc_slices_init()
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | cassini.h | 2200 { "LLCc?", 0xff00, 0x0300, OP_EQ, 2, S1_IPV4, 0, S1_CLNP, \ 2298 { "LLCc?",0xff00, 0x0300, OP_EQ, 2, S1_IPV4, 0, S3_CLNP, 2378 { "LLCc?", 0xff00, 0x0300, OP_EQ, 2, S1_IPV4, 0, S1_CLNP, 2434 { "LLCc?", 0xff00, 0x0300, OP_EQ, 2, S1_IPV4, 0, S1_CLNP,
|