Searched refs:ddr3_phy_config (Results 1 – 6 of 6) sorted by relevance
15 struct ddr3_phy_config { struct67 struct ddr3_phy_config phy_cfg; argument81 void ddr3_init_ddrphy(u32 base, struct ddr3_phy_config *phy_cfg);
16 struct ddr3_phy_config ddr3phy_800_2g = {67 struct ddr3_phy_config ddr3phy_800_512mb = {
15 extern struct ddr3_phy_config ddr3phy_1600_2g;
15 struct ddr3_phy_config ddr3phy_1600_2g = {
25 void ddr3_init_ddrphy(u32 base, struct ddr3_phy_config *phy_cfg) in ddr3_init_ddrphy()
20 static void dump_phy_config(struct ddr3_phy_config *ptr) in dump_phy_config()