Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/include/mach/
H A Dddr3.h15 struct ddr3_phy_config { struct
67 struct ddr3_phy_config phy_cfg; argument
81 void ddr3_init_ddrphy(u32 base, struct ddr3_phy_config *phy_cfg);
/OK3568_Linux_fs/u-boot/board/ti/ks2_evm/
H A Dddr3_k2g.c16 struct ddr3_phy_config ddr3phy_800_2g = {
67 struct ddr3_phy_config ddr3phy_800_512mb = {
H A Dddr3_cfg.h15 extern struct ddr3_phy_config ddr3phy_1600_2g;
H A Dddr3_cfg.c15 struct ddr3_phy_config ddr3phy_1600_2g = {
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/
H A Dddr3.c25 void ddr3_init_ddrphy(u32 base, struct ddr3_phy_config *phy_cfg) in ddr3_init_ddrphy()
H A Dddr3_spd.c20 static void dump_phy_config(struct ddr3_phy_config *ptr) in dump_phy_config()