/* * Copyright (c) 2016, Fuzhou Rockchip Electronics Co., Ltd * Author: Lin Huang * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. */ #ifndef __SOC_ROCKCHIP_SIP_H #define __SOC_ROCKCHIP_SIP_H #define ROCKCHIP_SIP_DRAM_FREQ 0x82000008 #define ROCKCHIP_SIP_CONFIG_DRAM_INIT 0x00 #define ROCKCHIP_SIP_CONFIG_DRAM_SET_RATE 0x01 #define ROCKCHIP_SIP_CONFIG_DRAM_ROUND_RATE 0x02 #define ROCKCHIP_SIP_CONFIG_DRAM_SET_AT_SR 0x03 #define ROCKCHIP_SIP_CONFIG_DRAM_GET_BW 0x04 #define ROCKCHIP_SIP_CONFIG_DRAM_GET_RATE 0x05 #define ROCKCHIP_SIP_CONFIG_DRAM_CLR_IRQ 0x06 #define ROCKCHIP_SIP_CONFIG_DRAM_SET_PARAM 0x07 #endif -cleanup net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/tools/lib/traceevent
Author it();'>
AgeCommit message (Expand)AuthorFilesLines
FilesLines
mode:
authorAlexander Usyskin <alexander.usyskin@intel.com>2016-12-14 17:56:51 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-04 18:22:43 +0100
commit5026c9cb0744a9cd40242743ca91a5d712f468c6 (patch)
tree4171538260ff4c23fb354ab45b5e06899fb1bce1 /include/uapi
parent0c744ea4f77d72b3dcebb7a8f2684633ec79be88 (diff)
mei: bus: fix mei_cldev_enable KDoc
Adjust function name in KDoc. Fixes: d49dc5e76fc9 (mei: bus: use mei_cldev_ prefix for the API functions) Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi')