amlogic,meson-axg-audio-arb.h revision 1.1.1.1
1/* $NetBSD: amlogic,meson-axg-audio-arb.h,v 1.1.1.1 2019/01/22 14:57:01 jmcneill Exp $ */ 2 3/* SPDX-License-Identifier: (GPL-2.0 OR MIT) 4 * 5 * Copyright (c) 2018 Baylibre SAS. 6 * Author: Jerome Brunet <jbrunet@baylibre.com> 7 */ 8 9#ifndef _DT_BINDINGS_AMLOGIC_MESON_AXG_AUDIO_ARB_H 10#define _DT_BINDINGS_AMLOGIC_MESON_AXG_AUDIO_ARB_H 11 12#define AXG_ARB_TODDR_A 0 13#define AXG_ARB_TODDR_B 1 14#define AXG_ARB_TODDR_C 2 15#define AXG_ARB_FRDDR_A 3 16#define AXG_ARB_FRDDR_B 4 17#define AXG_ARB_FRDDR_C 5 18 19#endif /* _DT_BINDINGS_AMLOGIC_MESON_AXG_AUDIO_ARB_H */ 20