From b529cc05c68f32143bddafd8138944e9c7f374e6 Mon Sep 17 00:00:00 2001 From: Andrei-Liviu Simion Date: Wed, 7 Jan 2015 13:48:15 -0800 Subject: [PATCH] dptx: Fixed a bit mask. Signed-off-by: Andrei-Liviu Simion --- XilinxProcessorIPLib/drivers/dptx/src/xdptx_hw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XilinxProcessorIPLib/drivers/dptx/src/xdptx_hw.h b/XilinxProcessorIPLib/drivers/dptx/src/xdptx_hw.h index 7f0383ca..1081e922 100644 --- a/XilinxProcessorIPLib/drivers/dptx/src/xdptx_hw.h +++ b/XilinxProcessorIPLib/drivers/dptx/src/xdptx_hw.h @@ -667,7 +667,7 @@ 0x00000020 /**< PLL locked for lanes 2 and 3. */ #define XDPTX_PHY_STATUS_PLL_FABRIC_LOCK_MASK \ - 0x00000020 /**< FPGA fabric clock PLL + 0x00000040 /**< FPGA fabric clock PLL locked. */ #define XDPTX_PHY_STATUS_TX_BUFFER_STATUS_LANE_0_MASK \ 0x00030000 /**< TX buffer status lane 0. */