~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/linux/tegra-icc.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* SPDX-License-Identifier: GPL-2.0-only */
  2 /*
  3  * Copyright (C) 2022-2023 NVIDIA CORPORATION.  All rights reserved.
  4  */
  5 
  6 #ifndef LINUX_TEGRA_ICC_H
  7 #define LINUX_TEGRA_ICC_H
  8 
  9 enum tegra_icc_client_type {
 10         TEGRA_ICC_NONE,
 11         TEGRA_ICC_NISO,
 12         TEGRA_ICC_ISO_DISPLAY,
 13         TEGRA_ICC_ISO_VI,
 14         TEGRA_ICC_ISO_AUDIO,
 15         TEGRA_ICC_ISO_VIFAL,
 16 };
 17 
 18 /* ICC ID's for MC client's used in BPMP */
 19 #define TEGRA_ICC_BPMP_DEBUG            1
 20 #define TEGRA_ICC_BPMP_CPU_CLUSTER0     2
 21 #define TEGRA_ICC_BPMP_CPU_CLUSTER1     3
 22 #define TEGRA_ICC_BPMP_CPU_CLUSTER2     4
 23 #define TEGRA_ICC_BPMP_GPU              5
 24 #define TEGRA_ICC_BPMP_CACTMON          6
 25 #define TEGRA_ICC_BPMP_DISPLAY          7
 26 #define TEGRA_ICC_BPMP_VI               8
 27 #define TEGRA_ICC_BPMP_EQOS             9
 28 #define TEGRA_ICC_BPMP_PCIE_0           10
 29 #define TEGRA_ICC_BPMP_PCIE_1           11
 30 #define TEGRA_ICC_BPMP_PCIE_2           12
 31 #define TEGRA_ICC_BPMP_PCIE_3           13
 32 #define TEGRA_ICC_BPMP_PCIE_4           14
 33 #define TEGRA_ICC_BPMP_PCIE_5           15
 34 #define TEGRA_ICC_BPMP_PCIE_6           16
 35 #define TEGRA_ICC_BPMP_PCIE_7           17
 36 #define TEGRA_ICC_BPMP_PCIE_8           18
 37 #define TEGRA_ICC_BPMP_PCIE_9           19
 38 #define TEGRA_ICC_BPMP_PCIE_10          20
 39 #define TEGRA_ICC_BPMP_DLA_0            21
 40 #define TEGRA_ICC_BPMP_DLA_1            22
 41 #define TEGRA_ICC_BPMP_SDMMC_1          23
 42 #define TEGRA_ICC_BPMP_SDMMC_2          24
 43 #define TEGRA_ICC_BPMP_SDMMC_3          25
 44 #define TEGRA_ICC_BPMP_SDMMC_4          26
 45 #define TEGRA_ICC_BPMP_NVDEC            27
 46 #define TEGRA_ICC_BPMP_NVENC            28
 47 #define TEGRA_ICC_BPMP_NVJPG_0          29
 48 #define TEGRA_ICC_BPMP_NVJPG_1          30
 49 #define TEGRA_ICC_BPMP_OFAA             31
 50 #define TEGRA_ICC_BPMP_XUSB_HOST        32
 51 #define TEGRA_ICC_BPMP_XUSB_DEV         33
 52 #define TEGRA_ICC_BPMP_TSEC             34
 53 #define TEGRA_ICC_BPMP_VIC              35
 54 #define TEGRA_ICC_BPMP_APE              36
 55 #define TEGRA_ICC_BPMP_APEDMA           37
 56 #define TEGRA_ICC_BPMP_SE               38
 57 #define TEGRA_ICC_BPMP_ISP              39
 58 #define TEGRA_ICC_BPMP_HDA              40
 59 #define TEGRA_ICC_BPMP_VIFAL            41
 60 #define TEGRA_ICC_BPMP_VI2FAL           42
 61 #define TEGRA_ICC_BPMP_VI2              43
 62 #define TEGRA_ICC_BPMP_RCE              44
 63 #define TEGRA_ICC_BPMP_PVA              45
 64 
 65 #endif /* LINUX_TEGRA_ICC_H */
 66 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php