qcom,rpmh-rsc.h 300 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef __DT_QCOM_RPMH_RSC_H__
  6. #define __DT_QCOM_RPMH_RSC_H__
  7. #define SLEEP_TCS 0
  8. #define WAKE_TCS 1
  9. #define ACTIVE_TCS 2
  10. #define CONTROL_TCS 3
  11. #endif /* __DT_QCOM_RPMH_RSC_H__ */