···11+/*22+ * Copyright (c) 2016, Fuzhou Rockchip Electronics Co., Ltd33+ * Author: Lin Huang <hl@rock-chips.com>44+ *55+ * This program is free software; you can redistribute it and/or modify it66+ * under the terms and conditions of the GNU General Public License,77+ * version 2, as published by the Free Software Foundation.88+ *99+ * This program is distributed in the hope it will be useful, but WITHOUT1010+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or1111+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for1212+ * more details.1313+ */1414+#ifndef __SOC_ROCKCHIP_SIP_H1515+#define __SOC_ROCKCHIP_SIP_H1616+1717+#define ROCKCHIP_SIP_DRAM_FREQ 0x820000081818+#define ROCKCHIP_SIP_CONFIG_DRAM_INIT 0x001919+#define ROCKCHIP_SIP_CONFIG_DRAM_SET_RATE 0x012020+#define ROCKCHIP_SIP_CONFIG_DRAM_ROUND_RATE 0x022121+#define ROCKCHIP_SIP_CONFIG_DRAM_SET_AT_SR 0x032222+#define ROCKCHIP_SIP_CONFIG_DRAM_GET_BW 0x042323+#define ROCKCHIP_SIP_CONFIG_DRAM_GET_RATE 0x052424+#define ROCKCHIP_SIP_CONFIG_DRAM_CLR_IRQ 0x062525+#define ROCKCHIP_SIP_CONFIG_DRAM_SET_PARAM 0x072626+2727+#endif