Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Nicolas Pitre | 0020afb | 2011-07-05 22:52:57 -0400 | [diff] [blame] | 2 | #define DDR2_SDRCR_OFFSET 0xc |
3 | #define DDR2_SRPD_BIT (1 << 23) | ||||
4 | #define DDR2_MCLKSTOPEN_BIT (1 << 30) | ||||
5 | #define DDR2_LPMODEN_BIT (1 << 31) |