Lines Matching defs:phy_regs
494 const struct rk3399_ddr_publ_regs *phy_regs = &sdram_params->phy_regs;
507 sram_regcpy(PHY_REG(ch, 910), (uintptr_t)&phy_regs->phy896[910 - 896],
535 sram_regcpy(PHY_REG(ch, 896), (uintptr_t)&phy_regs->phy896[0], 63);
539 (uintptr_t)&phy_regs->phy0[0], 91);
543 (uintptr_t)&phy_regs->phy512[i][0], 38);
697 struct rk3399_ddr_publ_regs *phy_regs;
703 phy_regs = &sdram_params->phy_regs;
736 dram_regcpy((uintptr_t)&phy_regs->phy0[0],
740 dram_regcpy((uintptr_t)&phy_regs->phy512[i][0],
743 dram_regcpy((uintptr_t)&phy_regs->phy896[0], PHY_REG(0, 896), 63);
752 phy_regs->phy896[957 - 896] &= ~(0x3 << 24);
753 phy_regs->phy896[957 - 896] |= 1 << 24;
754 phy_regs->phy896[0] |= 1;
755 phy_regs->phy896[0] &= ~(0x3 << 8);