1 /* $NetBSD: tegra210-car.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0 */ 4 /* 5 * This header provides Tegra210-specific constants for binding 6 * nvidia,tegra210-car. 7 */ 8 9 #ifndef _DT_BINDINGS_RESET_TEGRA210_CAR_H 10 #define _DT_BINDINGS_RESET_TEGRA210_CAR_H 11 12 #define TEGRA210_RESET(x) (7 * 32 + (x)) 13 #define TEGRA210_RST_DFLL_DVCO TEGRA210_RESET(0) 14 #define TEGRA210_RST_ADSP TEGRA210_RESET(1) 15 16 #endif /* _DT_BINDINGS_RESET_TEGRA210_CAR_H */ 17