The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/include/dt-bindings/soc/qcom,apr.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: 1167972c87cde7b680f2cd22fdea08ed


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.