diff options
| author | Evan Lojewski <github@meklort.com> | 2020-02-06 23:23:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-06 23:23:08 -0700 |
| commit | dc017c1150ae3bb7ac4b5bb1ef9d00e116d349ca (patch) | |
| tree | 3284131d941a58f8c60f00d6b6d87cdac7a61621 /simulator/bcm5719_MII.cpp | |
| parent | 0a2e0fb0785e27153e58c17d3ef1fdaaa82016e3 (diff) | |
| download | bcm5719-ortega-dc017c1150ae3bb7ac4b5bb1ef9d00e116d349ca.tar.gz bcm5719-ortega-dc017c1150ae3bb7ac4b5bb1ef9d00e116d349ca.zip | |
ipxact: add MII registers for the DSP and update Aux status. (#23)
Diffstat (limited to 'simulator/bcm5719_MII.cpp')
| -rw-r--r-- | simulator/bcm5719_MII.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/simulator/bcm5719_MII.cpp b/simulator/bcm5719_MII.cpp index 52cadc8..a072f9c 100644 --- a/simulator/bcm5719_MII.cpp +++ b/simulator/bcm5719_MII.cpp @@ -85,6 +85,12 @@ void init_bcm5719_MII(void) /** @brief Bitmap for @ref MII_t.LocalRemoteReceiverNotOkCounter. */ + /** @brief Bitmap for @ref MII_t.DspCoefficientReadWritePort. */ + + /** @brief Bitmap for @ref MII_t.DspControl. */ + + /** @brief Bitmap for @ref MII_t.DspCoefficientAddress. */ + /** @brief Bitmap for @ref MII_t.AuxiliaryControl. */ /** @brief Bitmap for @ref MII_t.AuxiliaryStatusSummary. */ |

