mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove remaining ifdefs from CESA header
Commit r312743 ("Use SoC ID - based detection in CESA") resulted
in build failing for Marvell armv5 platforms, which don't support
the newer version of CESA controller. This patch provides a fix by
removing ifdefs around bitfields' definitions, so that they are
known to all platforms.
Submitted by: Marcin Wojtas <mw@semihalf.com>
Obtained from: Semihalf
Sponsored by: Stormshield
This commit is contained in:
parent
be34efe2f3
commit
ae0f418aa4
1 changed files with 0 additions and 6 deletions
|
|
@ -336,10 +336,7 @@ struct cesa_chain_info {
|
|||
#define CESA_TDMA_CR_ENABLE (1 << 12)
|
||||
#define CESA_TDMA_CR_FETCHND (1 << 13)
|
||||
#define CESA_TDMA_CR_ACTIVE (1 << 14)
|
||||
|
||||
#if defined (SOC_MV_ARMADA38X)
|
||||
#define CESA_TDMA_NUM_OUTSTAND (2 << 16)
|
||||
#endif
|
||||
|
||||
#define CESA_TDMA_ECR 0x08C8
|
||||
#define CESA_TDMA_ECR_MISS (1 << 0)
|
||||
|
|
@ -361,10 +358,7 @@ struct cesa_chain_info {
|
|||
/* CESA SA registers definitions */
|
||||
#define CESA_SA_CMD 0x0E00
|
||||
#define CESA_SA_CMD_ACTVATE (1 << 0)
|
||||
|
||||
#if defined (SOC_MV_ARMADA38X)
|
||||
#define CESA_SA_CMD_SHA2 (1 << 31)
|
||||
#endif
|
||||
|
||||
#define CESA_SA_DPR 0x0E04
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue