11.1Sjmcneill/* $NetBSD: amlogic,meson-axg-audio-arb.h,v 1.1.1.2 2020/01/03 14:33:06 skrll Exp $ */ 21.1Sjmcneill 31.1Sjmcneill/* SPDX-License-Identifier: (GPL-2.0 OR MIT) 41.1Sjmcneill * 51.1Sjmcneill * Copyright (c) 2018 Baylibre SAS. 61.1Sjmcneill * Author: Jerome Brunet <jbrunet@baylibre.com> 71.1Sjmcneill */ 81.1Sjmcneill 91.1Sjmcneill#ifndef _DT_BINDINGS_AMLOGIC_MESON_AXG_AUDIO_ARB_H 101.1Sjmcneill#define _DT_BINDINGS_AMLOGIC_MESON_AXG_AUDIO_ARB_H 111.1Sjmcneill 121.1Sjmcneill#define AXG_ARB_TODDR_A 0 131.1Sjmcneill#define AXG_ARB_TODDR_B 1 141.1Sjmcneill#define AXG_ARB_TODDR_C 2 151.1Sjmcneill#define AXG_ARB_FRDDR_A 3 161.1Sjmcneill#define AXG_ARB_FRDDR_B 4 171.1Sjmcneill#define AXG_ARB_FRDDR_C 5 181.1.1.2Sskrll#define AXG_ARB_TODDR_D 6 191.1.1.2Sskrll#define AXG_ARB_FRDDR_D 7 201.1Sjmcneill 211.1Sjmcneill#endif /* _DT_BINDINGS_AMLOGIC_MESON_AXG_AUDIO_ARB_H */ 22