PULL_ENA           47 include/dt-bindings/pinctrl/dra.h #define PIN_INPUT_PULLUP	(PULL_ENA | INPUT_EN | PULL_UP)
PULL_ENA           48 include/dt-bindings/pinctrl/dra.h #define PIN_INPUT_PULLDOWN	(PULL_ENA | INPUT_EN)
PULL_ENA           38 include/dt-bindings/pinctrl/omap.h #define PIN_OUTPUT_PULLUP	(PIN_OUTPUT | PULL_ENA | PULL_UP)
PULL_ENA           39 include/dt-bindings/pinctrl/omap.h #define PIN_OUTPUT_PULLDOWN	(PIN_OUTPUT | PULL_ENA)
PULL_ENA           41 include/dt-bindings/pinctrl/omap.h #define PIN_INPUT_PULLUP	(PULL_ENA | INPUT_EN | PULL_UP)
PULL_ENA           42 include/dt-bindings/pinctrl/omap.h #define PIN_INPUT_PULLDOWN	(PULL_ENA | INPUT_EN)