Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
8b3e1b79
Commit
8b3e1b79
authored
Feb 19, 2021
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Feb 19, 2021
Browse files
Merge "qti: spmi_arb: Fix NUM_APID and REG_APID_MAP() argument" into integration
parents
d7439276
de67080f
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/qti/common/src/spmi_arb.c
View file @
8b3e1b79
...
...
@@ -10,8 +10,8 @@
#include <spmi_arb.h>
#define REG_APID_MAP(apid) (0x0C440900U +
4U * i
)
#define NUM_APID
0x80
#define REG_APID_MAP(apid) (0x0C440900U +
sizeof(uint32_t) * apid
)
#define NUM_APID
((0x1100U - 0x900U) / sizeof(uint32_t))
#define PPID_MASK (0xfffU << 8)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment