Searched refs:ddr2_phy (Results 1 – 1 of 1) sorted by relevance
20 struct ddr2_phy_regs *ddr2_phy; in ddr2_phy_init() local23 ddr2_phy = ioremap(PIC32_DDR2P_BASE, sizeof(*ddr2_phy)); in ddr2_phy_init()27 RECALIB_CNT(0x10), &ddr2_phy->dll_recalib); in ddr2_phy_init()36 writel(pad_ctl, &ddr2_phy->pad_ctrl); in ddr2_phy_init()40 SCL_ODTCSWW, &ddr2_phy->scl_config_1); in ddr2_phy_init()43 writel(SCL_CSEN | SCL_WCAS_LAT(WL), &ddr2_phy->scl_config_2); in ddr2_phy_init()46 writel(SCL_CAPCLKDLY(3) | SCL_DDRCLKDLY(4), &ddr2_phy->scl_latency); in ddr2_phy_init()52 struct ddr2_phy_regs *ddr2_phy; in ddr2_phy_calib_start() local54 ddr2_phy = ioremap(PIC32_DDR2P_BASE, sizeof(*ddr2_phy)); in ddr2_phy_calib_start()57 writel(SCL_START | SCL_EN, &ddr2_phy->scl_start); in ddr2_phy_calib_start()[all …]