summaryrefslogtreecommitdiffstats
path: root/simulator/bcm5719_DEVICE.cpp
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2021-02-04 18:59:54 -0700
committerGitHub <noreply@github.com>2021-02-04 18:59:54 -0700
commit0265533188143e88cfef536f896e973d717af437 (patch)
tree34281c72eb238eb33a4e6066e2bae6447c708a90 /simulator/bcm5719_DEVICE.cpp
parent6ef8e4a66255ceb5744cecaca9e73aa194ba72f6 (diff)
downloadbcm5719-ortega-0265533188143e88cfef536f896e973d717af437.tar.gz
bcm5719-ortega-0265533188143e88cfef536f896e973d717af437.zip
ipxact: Add D0u Clock Policy register. (#194)
Diffstat (limited to 'simulator/bcm5719_DEVICE.cpp')
-rw-r--r--simulator/bcm5719_DEVICE.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/simulator/bcm5719_DEVICE.cpp b/simulator/bcm5719_DEVICE.cpp
index 0f646cc..b400b81 100644
--- a/simulator/bcm5719_DEVICE.cpp
+++ b/simulator/bcm5719_DEVICE.cpp
@@ -10,7 +10,7 @@
///
////////////////////////////////////////////////////////////////////////////////
///
-/// @copyright Copyright (c) 2020, Evan Lojewski
+/// @copyright Copyright (c) 2021, Evan Lojewski
/// @cond
///
/// All rights reserved.
@@ -145,6 +145,8 @@ void init_bcm5719_DEVICE(void)
/** @brief Bitmap for @ref DEVICE_t.LinkAwarePowerModeClockPolicy. */
+ /** @brief Bitmap for @ref DEVICE_t.D0uClockPolicy. */
+
/** @brief Bitmap for @ref DEVICE_t.ApeClkPolicy. */
/** @brief Bitmap for @ref DEVICE_t.ApeSleepStateClockPolicy. */
OpenPOWER on IntegriCloud