Lines Matching refs:phy
64 u32 phy[117]; member
72 struct ast2500_ddr_phy *phy; member
76 static int ast2500_sdrammc_init_phy(struct ast2500_ddr_phy *phy) in ast2500_sdrammc_init_phy() argument
78 writel(0, &phy->phy[2]); in ast2500_sdrammc_init_phy()
79 writel(0, &phy->phy[6]); in ast2500_sdrammc_init_phy()
80 writel(0, &phy->phy[8]); in ast2500_sdrammc_init_phy()
81 writel(0, &phy->phy[10]); in ast2500_sdrammc_init_phy()
82 writel(0, &phy->phy[12]); in ast2500_sdrammc_init_phy()
83 writel(0, &phy->phy[42]); in ast2500_sdrammc_init_phy()
84 writel(0, &phy->phy[44]); in ast2500_sdrammc_init_phy()
86 writel(0x86000000, &phy->phy[16]); in ast2500_sdrammc_init_phy()
87 writel(0x00008600, &phy->phy[17]); in ast2500_sdrammc_init_phy()
88 writel(0x80000000, &phy->phy[18]); in ast2500_sdrammc_init_phy()
89 writel(0x80808080, &phy->phy[19]); in ast2500_sdrammc_init_phy()
99 writel(0x4040, &info->phy->phy[51]); in ast2500_ddr_phy_init_process()
111 writel((vref << 8) | 0x6, &info->phy->phy[48]); in ast2500_sdrammc_set_vref()
267 &info->phy->phy[ddr4_phy_config.index[i]]); in ast2500_sdrammc_init_ddr4()
375 ast2500_sdrammc_init_phy(priv->phy); in ast2500_sdrammc_probe()
400 priv->phy = regmap_get_range(map, 1); in ast2500_sdrammc_ofdata_to_platdata()