Lines Matching +full:mode +full:- +full:normal
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * (C) Copyright 2010-2014
21 /* Defines whether a pin group is tristated or in normal operation */
76 /* Defines a pin group cfg's low-power mode select */
82 PMUX_LPMD_NONE = -1,
91 PMUX_SCHMT_NONE = -1,
96 /* Defines whether a pin group cfg's high-speed mode is enabled or not */
100 PMUX_HSM_NONE = -1,
113 u32 pull:2; /* pull up/down/normal PMUX_PULL_...*/
114 u32 tristate:2; /* tristate or normal PMUX_TRI_... */
122 u32 od:2; /* open-drain or push-pull driver */
128 u32 rcv_sel:2; /* select between High and Normal */
138 u32 hsm:2; /* high-speed mode enable */
157 /* Set a pin group to normal (non tristate) */
188 #define PMUX_SLWF_NONE -1
192 #define PMUX_SLWR_NONE -1
196 #define PMUX_DRVUP_NONE -1
200 #define PMUX_DRVDN_NONE -1
209 u32 drvup:8; /* pull-up drive strength */
210 u32 drvdn:8; /* pull-down drive strength */
212 u32 lpmd:3; /* low-power mode selection */
218 u32 hsm:2; /* high-speed mode enable */