Lines Matching refs:pullup
31 - pinctrl-single,bias-pullup : array of value that are used to configure the
32 input bias pullup in the pinmux register.
34 /* input, enabled pullup bits, disabled pullup bits, mask */
35 pinctrl-single,bias-pullup = <0 1 0 1>;
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.
215 pinctrl-single,bias-pullup = <0 1 1>;