INPUT_EN           29 include/dt-bindings/pinctrl/am33xx.h #define PIN_INPUT		(INPUT_EN | PULL_DISABLE)
INPUT_EN           30 include/dt-bindings/pinctrl/am33xx.h #define PIN_INPUT_PULLUP	(INPUT_EN | PULL_UP)
INPUT_EN           31 include/dt-bindings/pinctrl/am33xx.h #define PIN_INPUT_PULLDOWN	(INPUT_EN)
INPUT_EN           27 include/dt-bindings/pinctrl/am43xx.h #define PIN_INPUT		(INPUT_EN | PULL_DISABLE)
INPUT_EN           28 include/dt-bindings/pinctrl/am43xx.h #define PIN_INPUT_PULLUP	(INPUT_EN | PULL_UP)
INPUT_EN           29 include/dt-bindings/pinctrl/am43xx.h #define PIN_INPUT_PULLDOWN	(INPUT_EN)
INPUT_EN           45 include/dt-bindings/pinctrl/dra.h #define PIN_INPUT		(INPUT_EN | PULL_DIS)
INPUT_EN           46 include/dt-bindings/pinctrl/dra.h #define PIN_INPUT_SLEW		(INPUT_EN | SLEWCONTROL)
INPUT_EN           47 include/dt-bindings/pinctrl/dra.h #define PIN_INPUT_PULLUP	(PULL_ENA | INPUT_EN | PULL_UP)
INPUT_EN           48 include/dt-bindings/pinctrl/dra.h #define PIN_INPUT_PULLDOWN	(PULL_ENA | INPUT_EN)
INPUT_EN           40 include/dt-bindings/pinctrl/omap.h #define PIN_INPUT		INPUT_EN
INPUT_EN           41 include/dt-bindings/pinctrl/omap.h #define PIN_INPUT_PULLUP	(PULL_ENA | INPUT_EN | PULL_UP)
INPUT_EN           42 include/dt-bindings/pinctrl/omap.h #define PIN_INPUT_PULLDOWN	(PULL_ENA | INPUT_EN)