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
8098d544
Commit
8098d544
authored
Feb 05, 2021
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Feb 05, 2021
Browse files
Merge "ddr: stm32mp1_ddr: correct SELFREF_TO_X32 mask" into integration
parents
8c7f156f
edaaa98f
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/drivers/st/stm32mp1_ddr_regs.h
View file @
8098d544
/*
* Copyright (c) 2017-201
9
, STMicroelectronics - All Rights Reserved
* Copyright (c) 2017-20
2
1, STMicroelectronics - All Rights Reserved
*
* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
*/
...
...
@@ -284,7 +284,7 @@ struct stm32mp1_ddrphy {
#define DDRCTRL_PWRCTL_EN_DFI_DRAM_CLK_DISABLE BIT(3)
#define DDRCTRL_PWRCTL_SELFREF_SW BIT(5)
#define DDRCTRL_PWRTMG_SELFREF_TO_X32_MASK GENMASK(
19
, 1
2
)
#define DDRCTRL_PWRTMG_SELFREF_TO_X32_MASK GENMASK(
23
, 1
6
)
#define DDRCTRL_PWRTMG_SELFREF_TO_X32_0 BIT(16)
#define DDRCTRL_RFSHCTL3_DIS_AUTO_REFRESH BIT(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