| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (c) 2016, Fuzhou Rockchip Electronics Co., Ltd |
|---|
| 3 | 4 | * Author: Lin Huang <hl@rock-chips.com> |
|---|
| 4 | | - * |
|---|
| 5 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 6 | | - * under the terms and conditions of the GNU General Public License, |
|---|
| 7 | | - * version 2, as published by the Free Software Foundation. |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is distributed in the hope it will be useful, but WITHOUT |
|---|
| 10 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|---|
| 11 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
|---|
| 12 | | - * more details. |
|---|
| 13 | 5 | */ |
|---|
| 14 | 6 | #ifndef __SOC_ROCKCHIP_SIP_H |
|---|
| 15 | 7 | #define __SOC_ROCKCHIP_SIP_H |
|---|
| .. | .. |
|---|
| 28 | 20 | #define ROCKCHIP_SIP_CONFIG_DRAM_SET_MSCH_RL 0x0a |
|---|
| 29 | 21 | #define ROCKCHIP_SIP_CONFIG_DRAM_DEBUG 0x0b |
|---|
| 30 | 22 | #define ROCKCHIP_SIP_CONFIG_MCU_START 0x0c |
|---|
| 23 | +#define ROCKCHIP_SIP_CONFIG_DRAM_ECC 0x0d |
|---|
| 31 | 24 | #define ROCKCHIP_SIP_CONFIG_DRAM_GET_FREQ_INFO 0x0e |
|---|
| 32 | 25 | #define ROCKCHIP_SIP_CONFIG_DRAM_ADDRMAP_GET 0x10 |
|---|
| 26 | +#define ROCKCHIP_SIP_CONFIG_DRAM_GET_STALL_TIME 0x11 |
|---|
| 33 | 27 | |
|---|
| 34 | 28 | #endif |
|---|