cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

qcom,gpr.h (411B)


      1/* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */
      2
      3#ifndef __DT_BINDINGS_QCOM_GPR_H
      4#define __DT_BINDINGS_QCOM_GPR_H
      5
      6/* DOMAINS */
      7
      8#define GPR_DOMAIN_ID_MODEM	1
      9#define GPR_DOMAIN_ID_ADSP	2
     10#define GPR_DOMAIN_ID_APPS	3
     11
     12/* Static Services */
     13
     14#define GPR_APM_MODULE_IID		1
     15#define GPR_PRM_MODULE_IID		2
     16#define GPR_AMDB_MODULE_IID		3
     17#define GPR_VCPM_MODULE_IID		4
     18
     19#endif /* __DT_BINDINGS_QCOM_GPR_H */