Searched refs:ddr3_phy_config (Results 1 – 6 of 6) sorted by relevance
14 struct ddr3_phy_config { struct66 struct ddr3_phy_config phy_cfg; argument80 void ddr3_init_ddrphy(u32 base, struct ddr3_phy_config *phy_cfg);
16 static struct ddr3_phy_config ddr3phy_800_2g = {56 static struct ddr3_phy_config ddr3phy_1066_2g = {117 static struct ddr3_phy_config ddr3phy_800_512mb = {
14 extern struct ddr3_phy_config ddr3phy_1600_2g;
14 struct ddr3_phy_config ddr3phy_1600_2g = {
24 void ddr3_init_ddrphy(u32 base, struct ddr3_phy_config *phy_cfg) in ddr3_init_ddrphy()
19 static void dump_phy_config(struct ddr3_phy_config *ptr) in dump_phy_config()