diff options
author | Evan Lojewski <github@meklort.com> | 2019-04-13 14:41:27 -0600 |
---|---|---|
committer | Evan Lojewski <github@meklort.com> | 2019-04-13 14:41:27 -0600 |
commit | 9db4685b32a3ece9f0e95a1bc97b051c2019cb4a (patch) | |
tree | 7f4b48bccaa5667b9414882bb8c3e31efbc2a505 /simulator/bcm5719_APE.cpp | |
parent | 19da364af4fd28d072f03b5f665885a4dc9cbe4c (diff) | |
download | bcm5719-ortega-9db4685b32a3ece9f0e95a1bc97b051c2019cb4a.tar.gz bcm5719-ortega-9db4685b32a3ece9f0e95a1bc97b051c2019cb4a.zip |
Split APE register region into two - mapped in different places based on host, mips, or ape cpu.
Diffstat (limited to 'simulator/bcm5719_APE.cpp')
-rw-r--r-- | simulator/bcm5719_APE.cpp | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/simulator/bcm5719_APE.cpp b/simulator/bcm5719_APE.cpp index b018789..eb62742 100644 --- a/simulator/bcm5719_APE.cpp +++ b/simulator/bcm5719_APE.cpp @@ -131,93 +131,5 @@ void init_bcm5719_APE(void) /** @brief Bitmap for @ref APE_t.TxToNetBufferAllocator3. */ - /** @brief Bitmap for @ref APE_t.BmcToNcRxStatus. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacHigh. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacLow. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch0High. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch0Low. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch1High. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch1Low. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch2High. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch2Low. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch3High. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch3Low. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch4High. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch4Low. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch5High. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch5Low. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch6High. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch6Low. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch7High. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch7Low. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcRxVlan. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcReadBuffer. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcRxControl. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcTxStatus. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcTxControl. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcTxBuffer. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcTxBufferLast. */ - - /** @brief Bitmap for @ref APE_t.RmuControl. */ - - /** @brief Bitmap for @ref APE_t.ArbControl. */ - - /** @brief Bitmap for @ref APE_t.PerLockRequestPhy0. */ - - /** @brief Bitmap for @ref APE_t.PerLockRequestGrc. */ - - /** @brief Bitmap for @ref APE_t.PerLockRequestPhy1. */ - - /** @brief Bitmap for @ref APE_t.PerLockRequestPhy2. */ - - /** @brief Bitmap for @ref APE_t.PerLockRequestMem. */ - - /** @brief Bitmap for @ref APE_t.PerLockRequestPhy3. */ - - /** @brief Bitmap for @ref APE_t.PerLockRequestPort6. */ - - /** @brief Bitmap for @ref APE_t.PerLockRequestGpio. */ - - /** @brief Bitmap for @ref APE_t.PerLockGrantPhy0. */ - - /** @brief Bitmap for @ref APE_t.PerLockGrantGrc. */ - - /** @brief Bitmap for @ref APE_t.PerLockGrantPhy1. */ - - /** @brief Bitmap for @ref APE_t.PerLockGrantPhy2. */ - - /** @brief Bitmap for @ref APE_t.PerLockGrantMem. */ - - /** @brief Bitmap for @ref APE_t.PerLockGrantPhy3. */ - - /** @brief Bitmap for @ref APE_t.PerLockGrantPort6. */ - - /** @brief Bitmap for @ref APE_t.PerLockGrantGpio. */ - } |