Searched refs:phy_ofs (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/ram/rockchip/
H A Dsdram_rv1126.c1985 u16 phy_ofs; local
1994 phy_ofs = dqs < 2 ? 0x230 : 0x2b0;
1996 phy_ofs += (dqs & 0x1) == 0 ? 0 : 0x9;
1999 readb(PHY_REG(phy_base, phy_ofs + 0x15 + dq));
2001 readb(PHY_REG(phy_base, phy_ofs + 0x27 + dq));
2003 readb(PHY_REG(phy_base, phy_ofs + 0x3d + dq));
2005 readb(PHY_REG(phy_base, phy_ofs + 0x4f + dq));
2014 u16 phy_ofs; local
2021 phy_ofs = cs == 0 ? 0x170 : 0x1a0;
2022 phy_ofs
[all...]

Completed in 89 milliseconds