summaryrefslogtreecommitdiffstats
path: root/libs/Network/include
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2020-04-04 14:02:58 -0600
committerGitHub <noreply@github.com>2020-04-04 14:02:58 -0600
commit81b42e1743cecbdd1d76c78b9fb2b0589afce9b3 (patch)
tree03b38f7829a2b7321be818ccb8b744762c15dd23 /libs/Network/include
parent6fb10d00bc16b69eeb87eb29e1595b8b95692b6c (diff)
downloadbcm5719-ortega-81b42e1743cecbdd1d76c78b9fb2b0589afce9b3.tar.gz
bcm5719-ortega-81b42e1743cecbdd1d76c78b9fb2b0589afce9b3.zip
network: Initialize APE.Mode2 when using port2 or port3. (#69)
Diffstat (limited to 'libs/Network/include')
-rw-r--r--libs/Network/include/Network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/Network/include/Network.h b/libs/Network/include/Network.h
index 522b5b9..24e8e77 100644
--- a/libs/Network/include/Network.h
+++ b/libs/Network/include/Network.h
@@ -83,6 +83,7 @@ typedef struct
/* APE Registers */
VOLATILE RegAPEMode_t APEModeEnable;
+ VOLATILE RegAPEMode2_t APEMode2Enable;
/* State Trackking */
bool link_state_printed;
OpenPOWER on IntegriCloud