Lines Matching refs:pulldown
37 - pinctrl-single,bias-pulldown : array of value that are used to configure the
38 input bias pulldown in the pinmux register.
40 /* input, enabled pulldown bits, disabled pulldown bits, mask */
41 pinctrl-single,bias-pulldown = <2 2 0 2>;
43 * Two bits to control input bias pullup and pulldown: User should use
44 pinctrl-single,bias-pullup & pinctrl-single,bias-pulldown. One bit means
45 pullup, and the other one bit means pulldown.
46 * Three bits to control input bias enable, pullup and pulldown. User should
47 use pinctrl-single,bias-pullup & pinctrl-single,bias-pulldown. Input bias
48 enable bit should be included in pullup or pulldown bits.
51 it by calling pulldown, pullup disabled.
214 pinctrl-single,bias-pulldown = <0 2 2>;