mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Define some more bits in CSR15 needed for previous change.
This commit is contained in:
parent
918434c883
commit
21aff61248
2 changed files with 8 additions and 0 deletions
|
|
@ -341,6 +341,10 @@
|
|||
#define DC_WDOG_RXWDOGDIS 0x00000010
|
||||
#define DC_WDOG_RXWDOGCLK 0x00000020
|
||||
#define DC_WDOG_MUSTBEZERO 0x00000100
|
||||
#define DC_WDOG_AUIBNC 0x00100000
|
||||
#define DC_WDOG_ACTIVITY 0x00200000
|
||||
#define DC_WDOG_RX_MATCH 0x00400000
|
||||
#define DC_WDOG_LINK 0x00800000
|
||||
#define DC_WDOG_CTLWREN 0x08000000
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -341,6 +341,10 @@
|
|||
#define DC_WDOG_RXWDOGDIS 0x00000010
|
||||
#define DC_WDOG_RXWDOGCLK 0x00000020
|
||||
#define DC_WDOG_MUSTBEZERO 0x00000100
|
||||
#define DC_WDOG_AUIBNC 0x00100000
|
||||
#define DC_WDOG_ACTIVITY 0x00200000
|
||||
#define DC_WDOG_RX_MATCH 0x00400000
|
||||
#define DC_WDOG_LINK 0x00800000
|
||||
#define DC_WDOG_CTLWREN 0x08000000
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue