Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/include/mach/
H A Dddr3.h55 struct ddr3_emif_config { struct
68 struct ddr3_emif_config emif_cfg; argument
82 void ddr3_init_ddremif(u32 base, struct ddr3_emif_config *emif_cfg);
/OK3568_Linux_fs/u-boot/board/ti/ks2_evm/
H A Dddr3_k2g.c56 struct ddr3_emif_config ddr3_800_2g = {
107 struct ddr3_emif_config ddr3_800_512mb = {
H A Dddr3_cfg.h16 extern struct ddr3_emif_config ddr3_1600_2g;
H A Dddr3_cfg.c41 struct ddr3_emif_config ddr3_1600_2g = {
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/
H A Dddr3.c102 void ddr3_init_ddremif(u32 base, struct ddr3_emif_config *emif_cfg) in ddr3_init_ddremif()
H A Dddr3_spd.c47 static void dump_emif_config(struct ddr3_emif_config *ptr) in dump_emif_config()