repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
include
/
dt-bindings
/
soc
/
qcom,rpmh-rsc.h
blob
868f998ea998f56bc671baaf37270f7432d410a3
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
4
*/
5
6
#ifndef __DT_QCOM_RPMH_RSC_H__
7
#define __DT_QCOM_RPMH_RSC_H__
8
9
#define SLEEP_TCS 0
10
#define WAKE_TCS 1
11
#define ACTIVE_TCS 2
12
#define CONTROL_TCS 3
13
14
#endif
/* __DT_QCOM_RPMH_RSC_H__ */