1 /* 2 * This header provides Tegra210-specific constants for binding 3 * nvidia,tegra210-car. 4 */ 5 6 #ifndef _DT_BINDINGS_RESET_TEGRA210_CAR_H 7 #define _DT_BINDINGS_RESET_TEGRA210_CAR_H 8 9 #define TEGRA210_RESET(x) (7 * 32 + (x)) 10 #define TEGRA210_RST_DFLL_DVCO TEGRA210_RESET(0) 11 #define TEGRA210_RST_ADSP TEGRA210_RESET(1) 12 13 #endif /* _DT_BINDINGS_RESET_TEGRA210_CAR_H */ 14