blob: 4f7d7824b0c9ad79e1c0c6292eaa5d2fbf526972 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001/* SPDX-License-Identifier: GPL-2.0 */
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)