Home | History | Annotate | Line # | Download | only in reset
      1 /*	$NetBSD: amlogic,meson-axg-audio-arb.h,v 1.1.1.2 2020/01/03 14:33:06 skrll Exp $	*/
      2 
      3 /* SPDX-License-Identifier: (GPL-2.0 OR MIT)
      4  *
      5  * Copyright (c) 2018 Baylibre SAS.
      6  * Author: Jerome Brunet <jbrunet (at) 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 #define AXG_ARB_TODDR_D	6
     19 #define AXG_ARB_FRDDR_D	7
     20 
     21 #endif /* _DT_BINDINGS_AMLOGIC_MESON_AXG_AUDIO_ARB_H */
     22