| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dram/ |
| H A D | rk3399_dram_timing.txt | 7 It select DDR3 cl-trp-trcd type, default value "DDR3_DEFAULT".it must selected 8 according to "Speed Bin" in DDR3 datasheet, DO NOT use smaller "Speed Bin" than 9 DDR3 exactly is. 39 - ddr3_dll_dis_freq : It's defined the DDR3 dll bypass frequency in MHz (Mega Hz), 40 when ddr freq less than or equal this setting value, DDR3 dll will bypssed. 47 - ddr3_odt_dis_freq : Defined the DDR3 odt disable frequency in 48 MHz (Mega Hz), when ddr frequency less then or equal ethis setting value, the DDR3 51 - ddr3_drv : Define the driver strength in ohm when connect DDR3. 53 - ddr3_odt : Define the ODT in ohm when connect DDR3. 55 - phy_ddr3_ca_drv : Define the PHY CA driver strength in ohm when connect DDR3. [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/include/mach/ |
| H A D | clock-k2hk.h | 39 #define DDR3_PLL_200(x) {DDR3##x##_PLL, 4, 1, 2} 40 #define DDR3_PLL_400(x) {DDR3##x##_PLL, 16, 1, 4} 41 #define DDR3_PLL_800(x) {DDR3##x##_PLL, 16, 1, 2} 42 #define DDR3_PLL_333(x) {DDR3##x##_PLL, 20, 1, 6}
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/devfreq/ |
| H A D | rk3399_dmc.txt | 27 it selects the DDR3 cl-trp-trcd type. It must be 28 set according to "Speed Bin" in DDR3 datasheet, 30 for the DDR3 being used. 62 - rockchip,dram_dll_dis_freq : Defines the DDR3 DLL bypass frequency in MHz. 64 DDR3 DLL will be bypassed. Note: if DLL was bypassed, 72 - rockchip,ddr3_odt_dis_freq : When the DRAM type is DDR3, this parameter defines 78 - rockchip,ddr3_drv : When the DRAM type is DDR3, this parameter defines 82 - rockchip,ddr3_odt : When the DRAM type is DDR3, this parameter defines 86 - rockchip,phy_ddr3_ca_drv : When the DRAM type is DDR3, this parameter defines 91 - rockchip,phy_ddr3_dq_drv : When the DRAM type is DDR3, this parameter defines [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/ |
| H A D | Kconfig | 242 bool "DDR3 1333" 272 Set the dram type, 3: DDR3, 7: LPDDR3 285 (for DDR3-1600) are 312 to 792. 355 Select the timings of the DDR3 chips. 363 bool "JEDEC DDR3-1333H with down binning to DDR3-1066F" 365 Use the timings of the standard JEDEC DDR3-1066F speed bin for 366 DRAM_CLK <= 533MHz and the timings of the DDR3-1333H speed bin 367 for DRAM_CLK > 533MHz. This covers the majority of DDR3 chips 368 used in Allwinner A10/A13/A20 devices. In the case of DDR3-1333 369 or DDR3-1600 chips, be sure to check the DRAM datasheet to confirm [all …]
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/clock/ |
| H A D | rockchip,rk3368-dmc.txt | 8 (b) a speed-bin (as defined in JESD-79) for the DDR3 used in hardware 19 the DDR3 device's speed-bin (as specified according to JESD-79) 51 Example (for DDR3-1600K and 800MHz)
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/fsl/ |
| H A D | Kconfig | 80 Enable Freescale DDR3 controller for PowerPC SoCs. 86 Enable Freescale DDR3 controller for ARM SoCs. 118 bool "Freescale DDR3 controller"
|
| /OK3568_Linux_fs/rkbin/tools/ |
| H A D | ddrbin_tool_user_guide.txt | 173 | RK1108 | DDR2: 400; LP2: <= 533; DDR3: <= 800 | 185 | RK3308/RK3308S| DDR2/LP2: 393,451; DDR3: 393,451,589 | 187 | RK3368 | DDR3: <= 800; LP3: <= 666 | 199 | RK3568 | DDR3/LP3: 324,396,528,630,780,920,1056 | 204 | RK3528 | DDR3/LP3: 324,396,528,630,780,920,1056 | 265 | platform | DDR3 | DDR4 | LP3 | LP4 | LP4X pu… 293 | platform | DDR3 | DDR4 | LP3 | LP4 | … 309 | platform | DDR3 | DDR4 | LP3 | LP4 | LP4X… 336 | platform | DDR3 | DDR4 | LP3 | LP4(include DQ and CA)| …
|
| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/ |
| H A D | sdram_rv1126.c | 793 else if (dramtype == DDR3) in get_ddr_drv_odt_info() 960 if (dramtype == DDR3) { in set_ds_odt() 1017 if (dramtype != DDR3 && dram_odt_ohm) in set_ds_odt() 1086 if (dramtype == DDR3 || dramtype == DDR4) { in set_ds_odt() 1096 if (dramtype == DDR3) { in set_ds_odt() 1201 if (dramtype == DDR4 || dramtype == DDR3) { in set_ds_odt() 1641 if ((dramtype == DDR3 || dramtype == DDR4) && rank == 2) in data_training_wl() 1644 if (dramtype == DDR3 || dramtype == DDR4) in data_training_wl() 1675 if ((dramtype == DDR3 || dramtype == DDR4) && rank == 2) in data_training_wl() 1708 if (dramtype == DDR3 && vref_inner == 0x80) { in data_training_rd() [all …]
|
| H A D | sdram_rv1108_pctl_phy.c | 116 if (params_priv->ddr_config_t.ddr_type == DDR3 || in memory_init() 139 if (params_priv->ddr_config_t.ddr_type == DDR3) { in memory_init() 294 if (params_priv->ddr_config_t.ddr_type == DDR3 || in pctl_cfg() 305 if (params_priv->ddr_config_t.ddr_type == DDR3) in pctl_cfg() 384 case DDR3: in phy_cfg() 480 if (params_priv->ddr_config_t.ddr_type == DDR3) { in sdram_detect()
|
| /OK3568_Linux_fs/u-boot/board/toradex/colibri_imx6/ |
| H A D | 800mhz_2x64mx16.cfg | 18 /* DDR3 DATA BUS SIZE: 64BIT */ 20 /* DDR3 DATA BUS SIZE: 32BIT */
|
| H A D | 800mhz_4x64mx16.cfg | 18 /* DDR3 DATA BUS SIZE: 64BIT */ 20 /* DDR3 DATA BUS SIZE: 32BIT */
|
| /OK3568_Linux_fs/u-boot/board/seco/mx6quq7/ |
| H A D | mx6quq7-2g.cfg | 77 * DDR3 SETTINGS 116 * in DDR3, 64-bit mode, only MMDC0 is init 136 /* Initialize DDR3 on CS_0 and CS_1 */
|
| /OK3568_Linux_fs/u-boot/board/freescale/p1_p2_rdb_pc/ |
| H A D | README | 13 They have similar design of P1020RDB but have DDR3 instead of DDR2. P2020RDB-PC 17 * DDR3
|
| /OK3568_Linux_fs/rkbin/doc/release/ |
| H A D | RK3528_CN.md | 55 | 1 | 重要 | 修复DDR3 RAS 2T模式的相位问题 | DDR3 2T模式下RAS相位异常 | …
|
| /OK3568_Linux_fs/u-boot/board/gdsys/a38x/ |
| H A D | kwbimage.cfg.in | 11 # Binary Header (bin_hdr) with DDR3 training code
|
| /OK3568_Linux_fs/u-boot/board/CZ.NIC/turris_omnia/ |
| H A D | kwbimage.cfg | 11 # Binary Header (bin_hdr) with DDR3 training code
|
| /OK3568_Linux_fs/u-boot/board/Marvell/db-88f6820-gp/ |
| H A D | kwbimage.cfg | 11 # Binary Header (bin_hdr) with DDR3 training code
|
| /OK3568_Linux_fs/u-boot/board/Marvell/db-88f6720/ |
| H A D | kwbimage.cfg | 11 # Binary Header (bin_hdr) with DDR3 training code
|
| /OK3568_Linux_fs/u-boot/board/theadorable/ |
| H A D | kwbimage.cfg | 11 # Binary Header (bin_hdr) with DDR3 training code
|
| /OK3568_Linux_fs/u-boot/board/solidrun/clearfog/ |
| H A D | kwbimage.cfg | 11 # Binary Header (bin_hdr) with DDR3 training code
|
| /OK3568_Linux_fs/u-boot/board/maxbcm/ |
| H A D | kwbimage.cfg | 11 # Binary Header (bin_hdr) with DDR3 training code
|
| /OK3568_Linux_fs/u-boot/board/Synology/ds414/ |
| H A D | kwbimage.cfg | 11 # Binary Header (bin_hdr) with DDR3 training code
|
| /OK3568_Linux_fs/u-boot/board/Marvell/db-mv784mp-gp/ |
| H A D | kwbimage.cfg | 11 # Binary Header (bin_hdr) with DDR3 training code
|
| /OK3568_Linux_fs/u-boot/board/Marvell/db-88f6820-amc/ |
| H A D | kwbimage.cfg | 11 # Binary Header (bin_hdr) with DDR3 training code
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3358-evb-ddr3-v10-linux.dts | 13 model = "Rockchip linux RK3358 EVB DDR3 board";
|