Searched refs:ddr2_phy (Results 1 – 1 of 1) sorted by relevance
18 struct ddr2_phy_regs *ddr2_phy; in ddr2_phy_init() local21 ddr2_phy = ioremap(PIC32_DDR2P_BASE, sizeof(*ddr2_phy)); in ddr2_phy_init()25 RECALIB_CNT(0x10), &ddr2_phy->dll_recalib); in ddr2_phy_init()34 writel(pad_ctl, &ddr2_phy->pad_ctrl); in ddr2_phy_init()38 SCL_ODTCSWW, &ddr2_phy->scl_config_1); in ddr2_phy_init()41 writel(SCL_CSEN | SCL_WCAS_LAT(WL), &ddr2_phy->scl_config_2); in ddr2_phy_init()44 writel(SCL_CAPCLKDLY(3) | SCL_DDRCLKDLY(4), &ddr2_phy->scl_latency); in ddr2_phy_init()50 struct ddr2_phy_regs *ddr2_phy; in ddr2_phy_calib_start() local52 ddr2_phy = ioremap(PIC32_DDR2P_BASE, sizeof(*ddr2_phy)); in ddr2_phy_calib_start()55 writel(SCL_START | SCL_EN, &ddr2_phy->scl_start); in ddr2_phy_calib_start()[all …]
Completed in 2 milliseconds