xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/soc/qcom,rpmh-rsc.h (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */
2*c66ec88fSEmmanuel Vadot /*
3*c66ec88fSEmmanuel Vadot  * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
4*c66ec88fSEmmanuel Vadot  */
5*c66ec88fSEmmanuel Vadot 
6*c66ec88fSEmmanuel Vadot #ifndef __DT_QCOM_RPMH_RSC_H__
7*c66ec88fSEmmanuel Vadot #define __DT_QCOM_RPMH_RSC_H__
8*c66ec88fSEmmanuel Vadot 
9*c66ec88fSEmmanuel Vadot #define SLEEP_TCS	0
10*c66ec88fSEmmanuel Vadot #define WAKE_TCS	1
11*c66ec88fSEmmanuel Vadot #define ACTIVE_TCS	2
12*c66ec88fSEmmanuel Vadot #define CONTROL_TCS	3
13*c66ec88fSEmmanuel Vadot 
14*c66ec88fSEmmanuel Vadot #endif /* __DT_QCOM_RPMH_RSC_H__ */
15