Home
last modified time | relevance | path

Searched refs:ddr3_emif_config (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dddr3.h54 struct ddr3_emif_config { struct
67 struct ddr3_emif_config emif_cfg; argument
81 void ddr3_init_ddremif(u32 base, struct ddr3_emif_config *emif_cfg);
/openbmc/u-boot/board/ti/ks2_evm/
H A Dddr3_k2g.c96 static struct ddr3_emif_config ddr3_800_2g = {
106 static struct ddr3_emif_config ddr3_1066_2g = {
157 static struct ddr3_emif_config ddr3_800_512mb = {
H A Dddr3_cfg.h15 extern struct ddr3_emif_config ddr3_1600_2g;
H A Dddr3_cfg.c40 struct ddr3_emif_config ddr3_1600_2g = {
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dddr3.c101 void ddr3_init_ddremif(u32 base, struct ddr3_emif_config *emif_cfg) in ddr3_init_ddremif()
H A Dddr3_spd.c46 static void dump_emif_config(struct ddr3_emif_config *ptr) in dump_emif_config()