Symbol: DS0_FORCE_OFF_MODE
include/dt-bindings/pinctrl/am43xx.h
33
#define DS0_PIN_OUTPUT (DS0_FORCE_OFF_MODE)
include/dt-bindings/pinctrl/am43xx.h
34
#define DS0_PIN_OUTPUT_HIGH (DS0_FORCE_OFF_MODE | DS0_FORCE_OUT_HIGH)
include/dt-bindings/pinctrl/am43xx.h
35
#define DS0_PIN_OUTPUT_PULLUP (DS0_FORCE_OFF_MODE | DS0_PULL_UP_DOWN_EN | DS0_PULL_UP_SEL)
include/dt-bindings/pinctrl/am43xx.h
36
#define DS0_PIN_OUTPUT_PULLDOWN (DS0_FORCE_OFF_MODE | DS0_PULL_UP_DOWN_EN)
include/dt-bindings/pinctrl/am43xx.h
37
#define DS0_PIN_INPUT (DS0_FORCE_OFF_MODE | DS0_INPUT)
include/dt-bindings/pinctrl/am43xx.h
38
#define DS0_PIN_INPUT_PULLUP (DS0_FORCE_OFF_MODE | DS0_INPUT | DS0_PULL_UP_DOWN_EN | DS0_PULL_UP_SEL)
include/dt-bindings/pinctrl/am43xx.h
39
#define DS0_PIN_INPUT_PULLDOWN (DS0_FORCE_OFF_MODE | DS0_INPUT | DS0_PULL_UP_DOWN_EN)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am43xx.h
33
#define DS0_PIN_OUTPUT (DS0_FORCE_OFF_MODE)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am43xx.h
34
#define DS0_PIN_OUTPUT_HIGH (DS0_FORCE_OFF_MODE | DS0_FORCE_OUT_HIGH)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am43xx.h
35
#define DS0_PIN_OUTPUT_PULLUP (DS0_FORCE_OFF_MODE | DS0_PULL_UP_DOWN_EN | DS0_PULL_UP_SEL)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am43xx.h
36
#define DS0_PIN_OUTPUT_PULLDOWN (DS0_FORCE_OFF_MODE | DS0_PULL_UP_DOWN_EN)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am43xx.h
37
#define DS0_PIN_INPUT (DS0_FORCE_OFF_MODE | DS0_INPUT)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am43xx.h
38
#define DS0_PIN_INPUT_PULLUP (DS0_FORCE_OFF_MODE | DS0_INPUT | DS0_PULL_UP_DOWN_EN | DS0_PULL_UP_SEL)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am43xx.h
39
#define DS0_PIN_INPUT_PULLDOWN (DS0_FORCE_OFF_MODE | DS0_INPUT | DS0_PULL_UP_DOWN_EN)