mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
arm64: bus: Add 36-bit address mask for use in bus space allocations
Obtained from: Juniper Networks, Inc.
MFC after: 1 week
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D44764
(cherry picked from commit 5484c3d6eb)
This commit is contained in:
parent
7215aed797
commit
fa301530e0
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@
|
|||
|
||||
#define BUS_SPACE_MAXADDR_24BIT 0xFFFFFFUL
|
||||
#define BUS_SPACE_MAXADDR_32BIT 0xFFFFFFFFUL
|
||||
#define BUS_SPACE_MAXADDR_36BIT 0xFFFFFFFFFUL
|
||||
#define BUS_SPACE_MAXADDR_40BIT 0xFFFFFFFFFFUL
|
||||
#define BUS_SPACE_MAXSIZE_24BIT 0xFFFFFFUL
|
||||
#define BUS_SPACE_MAXSIZE_32BIT 0xFFFFFFFFUL
|
||||
|
|
|
|||
Loading…
Reference in a new issue