qcom,apr.h 706 B

1234567891011121314151617181920212223242526272829
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __DT_BINDINGS_QCOM_APR_H
  3. #define __DT_BINDINGS_QCOM_APR_H
  4. /* Domain IDs */
  5. #define APR_DOMAIN_SIM 0x1
  6. #define APR_DOMAIN_PC 0x2
  7. #define APR_DOMAIN_MODEM 0x3
  8. #define APR_DOMAIN_ADSP 0x4
  9. #define APR_DOMAIN_APPS 0x5
  10. #define APR_DOMAIN_MAX 0x6
  11. /* ADSP service IDs */
  12. #define APR_SVC_ADSP_CORE 0x3
  13. #define APR_SVC_AFE 0x4
  14. #define APR_SVC_VSM 0x5
  15. #define APR_SVC_VPM 0x6
  16. #define APR_SVC_ASM 0x7
  17. #define APR_SVC_ADM 0x8
  18. #define APR_SVC_ADSP_MVM 0x09
  19. #define APR_SVC_ADSP_CVS 0x0A
  20. #define APR_SVC_ADSP_CVP 0x0B
  21. #define APR_SVC_USM 0x0C
  22. #define APR_SVC_LSM 0x0D
  23. #define APR_SVC_VIDC 0x16
  24. #define APR_SVC_MAX 0x17
  25. #endif /* __DT_BINDINGS_QCOM_APR_H */