1 /* $NetBSD: tegra210-car.h,v 1.1 2017/07/27 18:10:50 jmcneill Exp $ */ 2 3 /* 4 * This header provides Tegra210-specific constants for binding 5 * nvidia,tegra210-car. 6 */ 7 8 #ifndef _DT_BINDINGS_RESET_TEGRA210_CAR_H 9 #define _DT_BINDINGS_RESET_TEGRA210_CAR_H 10 11 #define TEGRA210_RESET(x) (7 * 32 + (x)) 12 #define TEGRA210_RST_DFLL_DVCO TEGRA210_RESET(0) 13 #define TEGRA210_RST_ADSP TEGRA210_RESET(1) 14 15 #endif /* _DT_BINDINGS_RESET_TEGRA210_CAR_H */ 16