OFFOUT_EN          47 include/dt-bindings/pinctrl/omap.h #define PIN_OFF_OUTPUT_HIGH	(OFF_EN | OFFOUT_EN | OFFOUT_VAL)
OFFOUT_EN          48 include/dt-bindings/pinctrl/omap.h #define PIN_OFF_OUTPUT_LOW	(OFF_EN | OFFOUT_EN)
OFFOUT_EN          49 include/dt-bindings/pinctrl/omap.h #define PIN_OFF_INPUT_PULLUP	(OFF_EN | OFFOUT_EN | OFF_PULL_EN | OFF_PULL_UP)
OFFOUT_EN          50 include/dt-bindings/pinctrl/omap.h #define PIN_OFF_INPUT_PULLDOWN	(OFF_EN | OFFOUT_EN | OFF_PULL_EN)
OFFOUT_EN          47 scripts/dtc/include-prefixes/dt-bindings/pinctrl/omap.h #define PIN_OFF_OUTPUT_HIGH	(OFF_EN | OFFOUT_EN | OFFOUT_VAL)
OFFOUT_EN          48 scripts/dtc/include-prefixes/dt-bindings/pinctrl/omap.h #define PIN_OFF_OUTPUT_LOW	(OFF_EN | OFFOUT_EN)
OFFOUT_EN          49 scripts/dtc/include-prefixes/dt-bindings/pinctrl/omap.h #define PIN_OFF_INPUT_PULLUP	(OFF_EN | OFFOUT_EN | OFF_PULL_EN | OFF_PULL_UP)
OFFOUT_EN          50 scripts/dtc/include-prefixes/dt-bindings/pinctrl/omap.h #define PIN_OFF_INPUT_PULLDOWN	(OFF_EN | OFFOUT_EN | OFF_PULL_EN)