xref: /kernel/linux/linux-6.6/include/dt-bindings/reset/tegra124-car.h (revision 62306a36)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/include/dt-bindings/reset/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * This header provides Tegra124-specific constants for binding
462306a36Sopenharmony_ci * nvidia,tegra124-car.
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_TEGRA124_CAR_H
862306a36Sopenharmony_ci#define _DT_BINDINGS_RESET_TEGRA124_CAR_H
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#define TEGRA124_RESET(x)		(6 * 32 + (x))
1162306a36Sopenharmony_ci#define TEGRA124_RST_DFLL_DVCO		TEGRA124_RESET(0)
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci#endif	/* _DT_BINDINGS_RESET_TEGRA124_CAR_H */
14

Indexes created Thu Nov 07 10:32:03 CST 2024