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