brintos

brintos / linux-shallow public Read only

0
0
Text · 898 B · 31fd3f9 Raw
29 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Copyright (c) 2015-2016, NVIDIA CORPORATION.  All rights reserved.4 */5 6#ifndef _DT_BINDINGS_POWER_TEGRA186_POWERGATE_H7#define _DT_BINDINGS_POWER_TEGRA186_POWERGATE_H8 9#define TEGRA186_POWER_DOMAIN_AUD	010#define TEGRA186_POWER_DOMAIN_DFD	111#define TEGRA186_POWER_DOMAIN_DISP	212#define TEGRA186_POWER_DOMAIN_DISPB	313#define TEGRA186_POWER_DOMAIN_DISPC	414#define TEGRA186_POWER_DOMAIN_ISPA	515#define TEGRA186_POWER_DOMAIN_NVDEC	616#define TEGRA186_POWER_DOMAIN_NVJPG	717#define TEGRA186_POWER_DOMAIN_MPE	818#define TEGRA186_POWER_DOMAIN_PCX	919#define TEGRA186_POWER_DOMAIN_SAX	1020#define TEGRA186_POWER_DOMAIN_VE	1121#define TEGRA186_POWER_DOMAIN_VIC	1222#define TEGRA186_POWER_DOMAIN_XUSBA	1323#define TEGRA186_POWER_DOMAIN_XUSBB	1424#define TEGRA186_POWER_DOMAIN_XUSBC	1525#define TEGRA186_POWER_DOMAIN_GPU	4326#define TEGRA186_POWER_DOMAIN_MAX	4427 28#endif29