1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 /* 1 /* 3 * This header provides constants for most Mul 2 * This header provides constants for most Multiplexer bindings. 4 * 3 * 5 * Most Multiplexer bindings specify an idle s 4 * Most Multiplexer bindings specify an idle state. In most cases, the 6 * multiplexer can be left as is when idle, an !! 5 * the multiplexer can be left as is when idle, and in some cases it can 7 * disconnect the input/output and leave the m 6 * disconnect the input/output and leave the multiplexer in a high 8 * impedance state. 7 * impedance state. 9 */ 8 */ 10 9 11 #ifndef _DT_BINDINGS_MUX_MUX_H 10 #ifndef _DT_BINDINGS_MUX_MUX_H 12 #define _DT_BINDINGS_MUX_MUX_H 11 #define _DT_BINDINGS_MUX_MUX_H 13 12 14 #define MUX_IDLE_AS_IS (-1) 13 #define MUX_IDLE_AS_IS (-1) 15 #define MUX_IDLE_DISCONNECT (-2) 14 #define MUX_IDLE_DISCONNECT (-2) 16 15 17 #endif 16 #endif 18 17
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.