PULL_UP            27 include/dt-bindings/pinctrl/am33xx.h #define PIN_OUTPUT_PULLUP	(PULL_UP)
PULL_UP            30 include/dt-bindings/pinctrl/am33xx.h #define PIN_INPUT_PULLUP	(INPUT_EN | PULL_UP)
PULL_UP            25 include/dt-bindings/pinctrl/am43xx.h #define PIN_OUTPUT_PULLUP	(PULL_UP)
PULL_UP            28 include/dt-bindings/pinctrl/am43xx.h #define PIN_INPUT_PULLUP	(INPUT_EN | PULL_UP)
PULL_UP            43 include/dt-bindings/pinctrl/dra.h #define PIN_OUTPUT_PULLUP	(PULL_UP)
PULL_UP            47 include/dt-bindings/pinctrl/dra.h #define PIN_INPUT_PULLUP	(PULL_ENA | INPUT_EN | PULL_UP)
PULL_UP            38 include/dt-bindings/pinctrl/omap.h #define PIN_OUTPUT_PULLUP	(PIN_OUTPUT | PULL_ENA | PULL_UP)
PULL_UP            41 include/dt-bindings/pinctrl/omap.h #define PIN_INPUT_PULLUP	(PULL_ENA | INPUT_EN | PULL_UP)