![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * This header provides Tegra210-specific constants for binding 0004 * nvidia,tegra210-car. 0005 */ 0006 0007 #ifndef _DT_BINDINGS_RESET_TEGRA210_CAR_H 0008 #define _DT_BINDINGS_RESET_TEGRA210_CAR_H 0009 0010 #define TEGRA210_RESET(x) (7 * 32 + (x)) 0011 #define TEGRA210_RST_DFLL_DVCO TEGRA210_RESET(0) 0012 #define TEGRA210_RST_ADSP TEGRA210_RESET(1) 0013 0014 #endif /* _DT_BINDINGS_RESET_TEGRA210_CAR_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |