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