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
d697f9b8
Commit
d697f9b8
authored
Apr 29, 2019
by
Antonio Niño Díaz
Committed by
TrustedFirmware Code Review
Apr 29, 2019
Browse files
Merge "plat: allwinner: common: use r_wdog instead of wdog" into integration
parents
a3d9172d
523ab5be
Changes
1
Show whitespace changes
Inline
Side-by-side
plat/allwinner/common/sunxi_pm.c
View file @
d697f9b8
...
...
@@ -20,9 +20,9 @@
#include <sunxi_mmap.h>
#include <sunxi_private.h>
#define SUNXI_WDOG0_CTRL_REG (SUNXI_WDOG_BASE + 0x0010)
#define SUNXI_WDOG0_CFG_REG (SUNXI_WDOG_BASE + 0x0014)
#define SUNXI_WDOG0_MODE_REG (SUNXI_WDOG_BASE + 0x0018)
#define SUNXI_WDOG0_CTRL_REG (SUNXI_
R_
WDOG_BASE + 0x0010)
#define SUNXI_WDOG0_CFG_REG (SUNXI_
R_
WDOG_BASE + 0x0014)
#define SUNXI_WDOG0_MODE_REG (SUNXI_
R_
WDOG_BASE + 0x0018)
#define mpidr_is_valid(mpidr) ( \
MPIDR_AFFLVL3_VAL(mpidr) == 0 && \
...
...
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