[BACK]Return to mux.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / gpl2 / dts / dist / include / dt-bindings / mux

Annotation of src/sys/external/gpl2/dts/dist/include/dt-bindings/mux/mux.h, Revision 1.1.1.2

1.1       jmcneill    1: /*     $NetBSD$        */
                      2:
1.1.1.2 ! jmcneill    3: /* SPDX-License-Identifier: GPL-2.0 */
1.1       jmcneill    4: /*
                      5:  * This header provides constants for most Multiplexer bindings.
                      6:  *
                      7:  * Most Multiplexer bindings specify an idle state. In most cases, the
                      8:  * the multiplexer can be left as is when idle, and in some cases it can
                      9:  * disconnect the input/output and leave the multiplexer in a high
                     10:  * impedance state.
                     11:  */
                     12:
                     13: #ifndef _DT_BINDINGS_MUX_MUX_H
                     14: #define _DT_BINDINGS_MUX_MUX_H
                     15:
                     16: #define MUX_IDLE_AS_IS      (-1)
                     17: #define MUX_IDLE_DISCONNECT (-2)
                     18:
                     19: #endif

CVSweb <webmaster@jp.NetBSD.org>