dptx: Fixed a bit mask.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
4c0b1bdaee
commit
e63417da3e
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@
|
||||||
0x00000020 /**< PLL locked for lanes
|
0x00000020 /**< PLL locked for lanes
|
||||||
2 and 3. */
|
2 and 3. */
|
||||||
#define XDPTX_PHY_STATUS_PLL_FABRIC_LOCK_MASK \
|
#define XDPTX_PHY_STATUS_PLL_FABRIC_LOCK_MASK \
|
||||||
0x00000020 /**< FPGA fabric clock PLL
|
0x00000040 /**< FPGA fabric clock PLL
|
||||||
locked. */
|
locked. */
|
||||||
#define XDPTX_PHY_STATUS_TX_BUFFER_STATUS_LANE_0_MASK \
|
#define XDPTX_PHY_STATUS_TX_BUFFER_STATUS_LANE_0_MASK \
|
||||||
0x00030000 /**< TX buffer status lane 0. */
|
0x00030000 /**< TX buffer status lane 0. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue