diff options
| author | Evan Lojewski <github@meklort.com> | 2019-04-13 13:12:01 -0600 |
|---|---|---|
| committer | Evan Lojewski <github@meklort.com> | 2019-04-13 13:12:01 -0600 |
| commit | aba49c992a64755c2ec53dc653528870507bfd90 (patch) | |
| tree | b6fbb39b0fe67a647eb066fef4efe59560953b46 /simulator/bcm5719_APE.cpp | |
| parent | cde4f6945db4190d4e7fc4b31ef9db1de592ecff (diff) | |
| download | bcm5719-ortega-aba49c992a64755c2ec53dc653528870507bfd90.tar.gz bcm5719-ortega-aba49c992a64755c2ec53dc653528870507bfd90.zip | |
Regenrate headers with additional APE registers for RX/TX.
Diffstat (limited to 'simulator/bcm5719_APE.cpp')
| -rw-r--r-- | simulator/bcm5719_APE.cpp | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/simulator/bcm5719_APE.cpp b/simulator/bcm5719_APE.cpp index e572a34..b018789 100644 --- a/simulator/bcm5719_APE.cpp +++ b/simulator/bcm5719_APE.cpp @@ -131,6 +131,62 @@ 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. */ |

