| /linux/drivers/memory/samsung/ |
| H A D | exynos5422-dmc.c | 105 * Covers frequency and voltage settings of the DMC operating mode. 113 * struct exynos5_dmc - main structure describing DMC device 114 * @dev: DMC device 239 static int exynos5_counters_set_event(struct exynos5_dmc *dmc) in exynos5_counters_set_event() argument 243 for (i = 0; i < dmc->num_counters; i++) { in exynos5_counters_set_event() 244 if (!dmc->counter[i]) in exynos5_counters_set_event() 246 ret = devfreq_event_set_event(dmc->counter[i]); in exynos5_counters_set_event() 253 static int exynos5_counters_enable_edev(struct exynos5_dmc *dmc) in exynos5_counters_enable_edev() argument 257 for (i = 0; i < dmc->num_counters; i++) { in exynos5_counters_enable_edev() 258 if (!dmc->counter[i]) in exynos5_counters_enable_edev() [all …]
|
| H A D | Kconfig | 17 This adds driver for Samsung Exynos5422 SoC DMC (Dynamic Memory 19 Frequency Scaling in DMC and DRAM. It also supports changing timings
|
| H A D | Makefile | 2 obj-$(CONFIG_EXYNOS5422_DMC) += exynos5422-dmc.o
|
| /linux/Documentation/devicetree/bindings/edac/ |
| H A D | dmc-520.yaml | 4 $id: http://devicetree.org/schemas/edac/dmc-520.yaml# 7 title: ARM DMC-520 EDAC 13 DMC-520 node is defined to describe DRAM error detection and correction. 20 - const: brcm,dmc-520 21 - const: arm,dmc-520 56 dmc0: dmc@200000 { 57 compatible = "brcm,dmc-520", "arm,dmc-520";
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | thunderx2-pmu.rst | 6 PMUs such as the Level 3 Cache (L3C), DDR4 Memory Controller (DMC) and 9 The DMC has 8 interleaved channels and the L3C has 16 interleaved tiles. 13 The DMC and L3C support up to 4 counters, while the CCPI2 supports up to 8 16 overflow interrupt. DMC and L3C counters are 32-bit and read every 2 seconds. 21 The thunderx2_pmu driver registers per-socket perf PMUs for the DMC and 22 L3C devices. Each PMU can be used to count up to 4 (DMC/L3C) or up to 8
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | samsung,exynos5422-dmc.yaml | 4 $id: http://devicetree.org/schemas/memory-controllers/samsung,exynos5422-dmc.yaml# 16 The Samsung Exynos5422 SoC has DMC (Dynamic Memory Controller) to which the 22 switch the DMC and memory frequency. 27 - const: samsung,exynos5422-dmc 62 - description: DMC internal performance event counters in DREX0 63 - description: DMC internal performance event counters in DREX1 112 compatible = "samsung,exynos5422-dmc";
|
| H A D | samsung,s5pv210-dmc.yaml | 4 $id: http://devicetree.org/schemas/memory-controllers/samsung,s5pv210-dmc.yaml# 17 const: samsung,s5pv210-dmc 31 compatible = "samsung,s5pv210-dmc";
|
| H A D | rockchip,rk3399-dmc.yaml | 4 $id: http://devicetree.org/schemas/memory-controllers/rockchip,rk3399-dmc.yaml# 7 title: Rockchip rk3399 DMC (Dynamic Memory Controller) device 15 - rockchip,rk3399-dmc 34 DMC regulator supply. 363 compatible = "rockchip,rk3399-dmc";
|
| /linux/Documentation/devicetree/bindings/interconnect/ |
| H A D | samsung,exynos-bus.yaml | 49 VDD_MIF |--- DMC (Dynamic Memory Controller) 93 VDD_INT |--- DMC (parent device, Dynamic Memory Controller) 110 VDD_MIF |--- DMC (Dynamic Memory Controller) 225 bus-dmc { 287 dmc: bus-dmc { 303 interconnects = <&dmc>; 314 interconnects = <&leftbus &dmc>;
|
| /linux/include/soc/amlogic/ |
| H A D | meson_ddr_pmu.h | 35 u64 channel_cnt[MAX_CHANNEL_NUM]; /* To save a DMC bandwidth-monitor channel counter */ 48 int dmc_nr; /* The number of dmc controller */ 49 int chann_nr; /* The number of dmc bandwidth monitor channels */
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | niu.h | 19 #define DMC 0x600000UL macro 1978 #define RXDMA_CFIG1(IDX) (DMC + 0x00000UL + (IDX) * 0x200UL) 1984 #define RXDMA_CFIG2(IDX) (DMC + 0x00008UL + (IDX) * 0x200UL) 1990 #define RBR_CFIG_A(IDX) (DMC + 0x00010UL + (IDX) * 0x200UL) 1996 #define RBR_CFIG_B(IDX) (DMC + 0x00018UL + (IDX) * 0x200UL) 2026 #define RBR_KICK(IDX) (DMC + 0x00020UL + (IDX) * 0x200UL) 2029 #define RBR_STAT(IDX) (DMC + 0x00028UL + (IDX) * 0x200UL) 2032 #define RBR_HDH(IDX) (DMC + 0x00030UL + (IDX) * 0x200UL) 2035 #define RBR_HDL(IDX) (DMC + 0x00038UL + (IDX) * 0x200UL) 2038 #define RCRCFIG_A(IDX) (DMC + 0x00040UL + (IDX) * 0x200UL) [all …]
|
| /linux/drivers/acpi/apei/ |
| H A D | hest.c | 51 struct acpi_hest_ia_deferred_check *dmc; member 99 mces.dmc = mc; in hest_esrc_len() 128 if (mces.dmc && mces.dmc->flags & ACPI_HEST_GHES_ASSIST && in is_ghes_assist_struct() 129 related_source_id == mces.dmc->header.source_id) in is_ghes_assist_struct()
|
| /linux/Documentation/devicetree/bindings/perf/ |
| H A D | amlogic,g12-ddr-pmu.yaml | 27 - description: DMC bandwidth register space. 28 - description: DMC PLL register space.
|
| /linux/drivers/edac/ |
| H A D | dmc520_edac.c | 4 * EDAC driver for DMC-520 memory controller. 25 /* DMC-520 registers */ 43 /* DMC-520 types, masks and bitfields */ 630 { .compatible = "arm,dmc-520", }, 651 MODULE_DESCRIPTION("DMC-520 ECC driver");
|
| H A D | Kconfig | 534 tristate "ARM DMC-520 ECC" 538 SoCs with ARM DMC-520 DRAM controller.
|
| /linux/drivers/perf/ |
| H A D | Kconfig | 218 in the DDR4 Memory Controller (DMC). 247 tristate "Enable PMU support for the ARM DMC-620 memory controller" 250 Support for PMU events monitoring on the ARM DMC-620 memory
|
| /linux/drivers/devfreq/ |
| H A D | Kconfig | 144 tristate "ARM RK3399 DMC DEVFREQ Driver" 151 This adds the DEVFREQ driver for the RK3399 DMC(Dynamic Memory Controller).
|
| H A D | rk3399_dmc.c | 470 { .compatible = "rockchip,rk3399-dmc" }, 479 .name = "rk3399-dmc-freq",
|
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | s5pv210.dtsi | 500 dmc0: dmc@f0000000 { 501 compatible = "samsung,s5pv210-dmc"; 505 dmc1: dmc@f1400000 { 506 compatible = "samsung,s5pv210-dmc";
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | samsung,exynos-clock.yaml | 24 - samsung,exynos3250-cmu-dmc
|
| /linux/Documentation/gpu/ |
| H A D | meson.rst | 16 DMC|---------------VPU (Video Processing Unit)----------------|------HHI------|
|
| /linux/Documentation/devicetree/bindings/devfreq/event/ |
| H A D | samsung,exynos-ppmu.yaml | 18 each IP (DMC, CPU, RIGHTBUS, LEFTBUS, CAM interface, LCD, G3D, MFC). The
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-op1.dtsi | 162 &dmc {
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_power.c | 975 * not depending on the DMC firmware. It's needed by system in get_allowed_dc_mask() 1495 /* TODO: disable DMC program */ in skl_display_core_uninit() 1510 * may stay enabled after this due to DMC's own request on it. in skl_display_core_uninit() 1563 /* TODO: disable DMC program */ in bxt_display_core_uninit() 1574 * may stay enabled after this due to DMC's own request on it. in bxt_display_core_uninit() 2112 * In case of suspend-to-idle (aka S0ix) on a DMC platform without DC9 in intel_power_domains_suspend() 2114 * DMC firmware will stay active, it will power down any HW in intel_power_domains_suspend()
|
| /linux/Documentation/devicetree/bindings/display/ |
| H A D | amlogic,meson-vpu.yaml | 17 DMC|---------------VPU (Video Processing Unit)----------------|------HHI------|
|