bcwc_pcie: Name S2_DDR40_PHY_DQ_CALIB_STATUS register

Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
This commit is contained in:
Patrik Jakobsson
2015-03-22 00:05:11 +01:00
parent 3d13b86121
commit e6737571fb
2 changed files with 2 additions and 2 deletions

View File

@@ -444,7 +444,7 @@ static int bcwc_ddr_generic_shmoo_rd_dqs(struct bcwc_private *dev_priv)
}
}
reg_val = (BCWC_S2_REG_READ(S2_DDR40_2850) >> 20) & 0x3f;
reg_val = (BCWC_S2_REG_READ(S2_DDR40_PHY_DQ_CALIB_STATUS) >> 20) & 0x3f;
locked = 0;
retries = 1000;

View File

@@ -90,7 +90,7 @@
#define S2_DDR40_PHY_VDL_CTL 0x2848
#define S2_DDR40_PHY_VDL_STATUS 0x284c
#define S2_DDR40_2850 0x2850
#define S2_DDR40_PHY_DQ_CALIB_STATUS 0x2850
#define S2_DDR40_PHY_VDL_CHAN_STATUS 0x2854
#define S2_DDR40_PHY_VTT_CTL 0x285c