summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/marvell/if_mvxpereg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/marvell/if_mvxpereg.h b/sys/dev/marvell/if_mvxpereg.h
index 5188dd08934..12d8f721572 100644
--- a/sys/dev/marvell/if_mvxpereg.h
+++ b/sys/dev/marvell/if_mvxpereg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: if_mvxpereg.h,v 1.6 2021/08/17 22:00:31 andvar Exp $ */
+/* $NetBSD: if_mvxpereg.h,v 1.7 2021/11/10 15:55:35 msaitoh Exp $ */
/*
* Copyright (c) 2015 Internet Initiative Japan Inc.
* All rights reserved.
@@ -225,8 +225,8 @@
/* SGMII PHY Registers */
#define MVXPE_PPLLC 0x2e04 /* Power and PLL Control */
#define MVXPE_TESTC0 0x2e54 /* PHY Test Control 0 */
-#define MVXPE_TESTPRBSEC0 0x2e7c /* PHY Test PRBS Erorr Counter 0 */
-#define MVXPE_TESTPRBSEC1 0x2e80 /* PHY Test PRBS Erorr Counter 1 */
+#define MVXPE_TESTPRBSEC0 0x2e7c /* PHY Test PRBS Error Counter 0 */
+#define MVXPE_TESTPRBSEC1 0x2e80 /* PHY Test PRBS Error Counter 1 */
#define MVXPE_TESTOOB0 0x2e84 /* PHY Test OOB 0 */
#define MVXPE_DLE 0x2e8c /* Digital Loopback Enable */
#define MVXPE_RCS 0x2f18 /* Reference Clock Select */