| /kernel/linux/linux-6.6/arch/arm/mach-davinci/ |
| D | sleep.S | 12 #include "ddr2.h" 34 * r0: contains virtual base for DDR2 controller 35 * r1: contains virtual base for DDR2 Power and Sleep controller (PSC) 36 * r2: contains PSC number for DDR2 37 * r3: contains virtual base DDR2 PLL controller 66 /* Disable DDR2 LPSC */ 138 /* Start 2x clock to DDR2 */ 146 /* Enable DDR2 LPSC */ 168 * Disables or Enables DDR2 LPSC 171 * r1: contains virtual base for DDR2 Power and Sleep controller (PSC) [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
| D | sleep.S | 12 #include "ddr2.h" 34 * r0: contains virtual base for DDR2 controller 35 * r1: contains virtual base for DDR2 Power and Sleep controller (PSC) 36 * r2: contains PSC number for DDR2 37 * r3: contains virtual base DDR2 PLL controller 66 /* Disable DDR2 LPSC */ 138 /* Start 2x clock to DDR2 */ 146 /* Enable DDR2 LPSC */ 168 * Disables or Enables DDR2 LPSC 171 * r1: contains virtual base for DDR2 Power and Sleep controller (PSC) [all …]
|
| /kernel/linux/linux-5.10/arch/mips/ralink/ |
| D | rt3883.c | 68 u32 ddr2; in ralink_clk_init() local 73 ddr2 = syscfg0 & RT3883_SYSCFG0_DRAM_TYPE_DDR2; in ralink_clk_init() 78 sys_rate = (ddr2) ? 125000000 : 83000000; in ralink_clk_init() 82 sys_rate = (ddr2) ? 128000000 : 96000000; in ralink_clk_init() 86 sys_rate = (ddr2) ? 160000000 : 120000000; in ralink_clk_init() 90 sys_rate = (ddr2) ? 166000000 : 125000000; in ralink_clk_init()
|
| /kernel/linux/linux-6.6/drivers/edac/ |
| D | ppc4xx_edac.c | 25 * associated with the IMB DDR2 ECC controller found in the AMCC/IBM 30 * - Support for registered- and non-registered DDR1 and DDR2 memory. 86 * - Denali DDR1/DDR2 (440EPX and 440GRX) "denali,sdram-4xx-ddr2" 140 * The ibm,sdram-4xx-ddr2 Device Control Registers (DCRs) are 189 .compatible = "ibm,sdram-4xx-ddr2" 644 * status registers that deal with ibm,sdram-4xx-ddr2 ECC errors. 672 * ibm,sdram-4xx-ddr2 ECC errors. 695 * This routine handles an ibm,sdram-4xx-ddr2 controller ECC 726 * This routine handles an ibm,sdram-4xx-ddr2 controller ECC 752 * associated with the ibm,sdram-4xx-ddr2 controller being [all …]
|
| D | ppc4xx_edac.h | 7 * the IBM DDR1/DDR2 ECC controller found in the 405EX[r], 440SP, 24 * IBM 4xx DDR1/DDR2 SDRAM memory controller registers (at least those 114 #define SDRAM_MCOPT1_DDR2_TYPE PPC_REG_VAL(11, 0x1) /* DDR2 type */
|
| /kernel/linux/linux-5.10/drivers/edac/ |
| D | ppc4xx_edac.c | 24 * associated with the IMB DDR2 ECC controller found in the AMCC/IBM 29 * - Support for registered- and non-registered DDR1 and DDR2 memory. 85 * - Denali DDR1/DDR2 (440EPX and 440GRX) "denali,sdram-4xx-ddr2" 139 * The ibm,sdram-4xx-ddr2 Device Control Registers (DCRs) are 193 .compatible = "ibm,sdram-4xx-ddr2" 657 * status registers that deal with ibm,sdram-4xx-ddr2 ECC errors. 685 * ibm,sdram-4xx-ddr2 ECC errors. 708 * This routine handles an ibm,sdram-4xx-ddr2 controller ECC 739 * This routine handles an ibm,sdram-4xx-ddr2 controller ECC 765 * associated with the ibm,sdram-4xx-ddr2 controller being [all …]
|
| D | ppc4xx_edac.h | 7 * the IBM DDR1/DDR2 ECC controller found in the 405EX[r], 440SP, 24 * IBM 4xx DDR1/DDR2 SDRAM memory controller registers (at least those 114 #define SDRAM_MCOPT1_DDR2_TYPE PPC_REG_VAL(11, 0x1) /* DDR2 type */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
| D | ti-da8xx-ddrctl.txt | 1 * Device tree bindings for Texas Instruments da8xx DDR2/mDDR memory controller 3 The DDR2/mDDR memory controller present on Texas Instruments da8xx SoCs features
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/ |
| D | brcm,bcm2835-cprman.txt | 26 - DSI0 DDR2 clock 29 - DSI1 DDR2 clock
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
| D | brcm,bcm2835-cprman.txt | 26 - DSI0 DDR2 clock 29 - DSI1 DDR2 clock
|
| /kernel/linux/linux-5.10/drivers/memory/ |
| D | Kconfig | 99 supports one or more of DDR2, DDR3, and LPDDR2 SDRAM protocols. 184 bool "Texas Instruments da8xx DDR2/mDDR driver" 187 This driver is for the DDR2/mDDR Memory Controller present on
|
| D | da8xx-ddrctl.c | 3 * TI da8xx DDR2/mDDR controller driver 167 MODULE_DESCRIPTION("TI da8xx DDR2/mDDR controller driver");
|
| /kernel/linux/linux-6.6/drivers/memory/ |
| D | Kconfig | 97 supports one or more of DDR2, DDR3, and LPDDR2 SDRAM protocols. 192 bool "Texas Instruments da8xx DDR2/mDDR driver" 195 This driver is for the DDR2/mDDR Memory Controller present on
|
| D | da8xx-ddrctl.c | 3 * TI da8xx DDR2/mDDR controller driver 165 MODULE_DESCRIPTION("TI da8xx DDR2/mDDR controller driver");
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| D | sddr2.c | 47 /* The following are available in some, but not all DDR2 docs */ 55 /* The following are available in some, but not all DDR2 docs */
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| D | sddr2.c | 47 /* The following are available in some, but not all DDR2 docs */ 55 /* The following are available in some, but not all DDR2 docs */
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/arm/ |
| D | vexpress-v2p-ca9.dts | 243 /* DDR2 SDRAM and Test Chip DDR2 I/O supply */ 252 /* DDR2 SDRAM VTT termination voltage */
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | edac.h | 161 * @MEM_DDR2: DDR2 RAM, as described at JEDEC JESD79-2F. 164 * @MEM_FB_DDR2: Fully-Buffered DDR2, as described at JEDEC Std No. 205 168 * @MEM_RDDR2: Registered DDR2 RAM 169 * This is a variant of the DDR2 memories. 172 * created to compete with DDR2. Weren't used on any
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | edac.h | 161 * @MEM_DDR2: DDR2 RAM, as described at JEDEC JESD79-2F. 164 * @MEM_FB_DDR2: Fully-Buffered DDR2, as described at JEDEC Std No. 205 168 * @MEM_RDDR2: Registered DDR2 RAM 169 * This is a variant of the DDR2 memories. 172 * created to compete with DDR2. Weren't used on any
|
| /kernel/linux/linux-5.10/arch/mips/pic32/ |
| D | Kconfig | 29 internally packaged DDR2 memory up to 128MB.
|
| /kernel/linux/linux-6.6/arch/mips/pic32/ |
| D | Kconfig | 28 internally packaged DDR2 memory up to 128MB.
|
| /kernel/linux/linux-6.6/arch/mips/ralink/ |
| D | mt7620.c | 67 pr_info("Board has DDR2\n"); in mt7620_dram_init() 87 pr_info("Board has DDR2\n"); in mt7628_dram_init()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/bcm/ |
| D | brcm,hr2.yaml | 12 A9 ARM CPUs, DDR2/DDR3 memory, PCIe GEN-2, USB 2.0 and USB 3.0, serial and NAND
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/bcm/ |
| D | brcm,hr2.yaml | 12 A9 ARM CPUs, DDR2/DDR3 memory, PCIe GEN-2, USB 2.0 and USB 3.0, serial and NAND
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/ |
| D | ti,da8xx-ddrctl.yaml | 7 title: Texas Instruments da8xx DDR2/mDDR memory controller
|