mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-23 23:33:01 +00:00
ddr: altera: Stop using SDR_CTRLGRP_ADDRESS directly
Use the proper structure which describes these registers, especially since this is already in place. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
17fdc9167f
commit
6cb9f16781
2 changed files with 9 additions and 15 deletions
|
@ -99,10 +99,6 @@
|
|||
#define SDR_PHYGRP_DATAMGRGRP_ADDRESS (SOCFPGA_SDR_ADDRESS | 0x4000)
|
||||
#define SDR_PHYGRP_REGFILEGRP_ADDRESS (SOCFPGA_SDR_ADDRESS | 0x4800)
|
||||
|
||||
#define SDR_CTRLGRP_PHYCTRL_PHYCTRL_0_OFFSET 0x150
|
||||
#define SDR_CTRLGRP_PHYCTRL_PHYCTRL_1_OFFSET 0x154
|
||||
#define SDR_CTRLGRP_PHYCTRL_PHYCTRL_2_OFFSET 0x158
|
||||
|
||||
#define PHY_MGR_CAL_RESET (0)
|
||||
#define PHY_MGR_CAL_SUCCESS (1)
|
||||
#define PHY_MGR_CAL_FAIL (2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue