mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
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:
@@ -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;
|
locked = 0;
|
||||||
retries = 1000;
|
retries = 1000;
|
||||||
|
|||||||
@@ -90,7 +90,7 @@
|
|||||||
|
|
||||||
#define S2_DDR40_PHY_VDL_CTL 0x2848
|
#define S2_DDR40_PHY_VDL_CTL 0x2848
|
||||||
#define S2_DDR40_PHY_VDL_STATUS 0x284c
|
#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_VDL_CHAN_STATUS 0x2854
|
||||||
|
|
||||||
#define S2_DDR40_PHY_VTT_CTL 0x285c
|
#define S2_DDR40_PHY_VTT_CTL 0x285c
|
||||||
|
|||||||
Reference in New Issue
Block a user