Lines Matching full:phy_ctrl

278  * @param phy_ctrl	pointer to the current phy controller
281 *phy_ctrl) in dmc_get_read_offset_value()
283 return readl(&phy_ctrl->phy_con4); in dmc_get_read_offset_value()
289 * @param phy_ctrl pointer to the current phy controller
291 static void ddr_phy_set_do_resync(struct exynos5420_phy_control *phy_ctrl) in ddr_phy_set_do_resync() argument
293 setbits_le32(&phy_ctrl->phy_con10, PHY_CON10_CTRL_OFFSETR3); in ddr_phy_set_do_resync()
294 clrbits_le32(&phy_ctrl->phy_con10, PHY_CON10_CTRL_OFFSETR3); in ddr_phy_set_do_resync()
302 * @param phy_ctrl pointer to the current phy controller
305 static void dmc_set_read_offset_value(struct exynos5420_phy_control *phy_ctrl, in dmc_set_read_offset_value() argument
308 writel(offset, &phy_ctrl->phy_con4); in dmc_set_read_offset_value()
309 ddr_phy_set_do_resync(phy_ctrl); in dmc_set_read_offset_value()
344 * @param phy_ctrl pointer to the current phy controller
351 void test_shifts(struct exynos5420_phy_control *phy_ctrl, int ch, in test_shifts() argument
360 dmc_set_read_offset_value(phy_ctrl, DEFAULT_DQS_X4); in test_shifts()
369 offsetr = dmc_get_read_offset_value(phy_ctrl); in test_shifts()
372 dmc_set_read_offset_value(phy_ctrl, offsetr); in test_shifts()
397 * @param phy_ctrl pointer to the current phy controller
402 static void software_find_read_offset(struct exynos5420_phy_control *phy_ctrl, in software_find_read_offset() argument
424 test_shifts(phy_ctrl, ch, left_limit, right_limit, left); in software_find_read_offset()
425 test_shifts(phy_ctrl, ch, right_limit, left_limit, right); in software_find_read_offset()
437 dmc_set_read_offset_value(phy_ctrl, offsetr_cent); in software_find_read_offset()