Searched refs:phy_regs (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/plat/rockchip/rk3399/drivers/dram/ |
| H A D | suspend.c | 494 const struct rk3399_ddr_publ_regs *phy_regs = &sdram_params->phy_regs; in pctl_cfg() local 507 sram_regcpy(PHY_REG(ch, 910), (uintptr_t)&phy_regs->phy896[910 - 896], in pctl_cfg() 535 sram_regcpy(PHY_REG(ch, 896), (uintptr_t)&phy_regs->phy896[0], 63); in pctl_cfg() 539 (uintptr_t)&phy_regs->phy0[0], 91); in pctl_cfg() 543 (uintptr_t)&phy_regs->phy512[i][0], 38); in pctl_cfg() 697 struct rk3399_ddr_publ_regs *phy_regs; in dmc_suspend() local 703 phy_regs = &sdram_params->phy_regs; in dmc_suspend() 736 dram_regcpy((uintptr_t)&phy_regs->phy0[0], in dmc_suspend() 740 dram_regcpy((uintptr_t)&phy_regs->phy512[i][0], in dmc_suspend() 743 dram_regcpy((uintptr_t)&phy_regs->phy896[0], PHY_REG(0, 896), 63); in dmc_suspend() [all …]
|
| H A D | dram.h | 148 struct rk3399_ddr_publ_regs phy_regs; member
|