Symbol: PULL_UP
arch/arm64/boot/dts/ti/k3-pinctrl.h
67
#define PIN_OUTPUT_PULLUP (INPUT_DISABLE | PULL_UP)
arch/arm64/boot/dts/ti/k3-pinctrl.h
70
#define PIN_INPUT_PULLUP (INPUT_EN | ST_ENABLE | PULL_UP)
arch/arm64/boot/dts/ti/k3-pinctrl.h
74
#define PIN_INPUT_PULLUP_NOST (INPUT_EN | PULL_UP)
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
1738
BCM281XX_PIN_SHIFT(STD, PULL_UP),
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
1739
BCM281XX_PIN_MASK(STD, PULL_UP));
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
1747
BCM281XX_PIN_SHIFT(STD, PULL_UP),
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
1748
BCM281XX_PIN_MASK(STD, PULL_UP));
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
1756
BCM281XX_PIN_SHIFT(STD, PULL_UP),
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
1757
BCM281XX_PIN_MASK(STD, PULL_UP));
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
1917
BCM281XX_PIN_SHIFT(STD, PULL_UP),
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
1918
BCM281XX_PIN_MASK(STD, PULL_UP));
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
1923
BCM281XX_PIN_SHIFT(STD, PULL_UP),
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
1924
BCM281XX_PIN_MASK(STD, PULL_UP));
drivers/pinctrl/pinctrl-at91.c
1003
*config |= PULL_UP;
drivers/pinctrl/pinctrl-at91.c
1049
if (config & PULL_UP && config & PULL_DOWN)
drivers/pinctrl/pinctrl-at91.c
1054
at91_mux_set_pullup(pio, mask, config & PULL_UP);
drivers/pinctrl/pinctrl-at91.c
1105
DBG_SHOW_FLAG(PULL_UP);
include/dt-bindings/pinctrl/am33xx.h
29
#define PIN_OUTPUT_PULLUP (PULL_UP)
include/dt-bindings/pinctrl/am33xx.h
32
#define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
include/dt-bindings/pinctrl/am43xx.h
42
#define PIN_OUTPUT_PULLUP (PULL_UP)
include/dt-bindings/pinctrl/am43xx.h
45
#define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
include/dt-bindings/pinctrl/dm814x.h
34
#define PIN_OUTPUT_PULLUP (PULL_UP)
include/dt-bindings/pinctrl/dm814x.h
37
#define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
include/dt-bindings/pinctrl/dra.h
60
#define PIN_OUTPUT_PULLUP (PULL_UP)
include/dt-bindings/pinctrl/dra.h
64
#define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
include/dt-bindings/pinctrl/omap.h
39
#define PIN_OUTPUT_PULLUP (PIN_OUTPUT | PULL_ENA | PULL_UP)
include/dt-bindings/pinctrl/omap.h
42
#define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
scripts/dtc/include-prefixes/arm64/ti/k3-pinctrl.h
67
#define PIN_OUTPUT_PULLUP (INPUT_DISABLE | PULL_UP)
scripts/dtc/include-prefixes/arm64/ti/k3-pinctrl.h
70
#define PIN_INPUT_PULLUP (INPUT_EN | ST_ENABLE | PULL_UP)
scripts/dtc/include-prefixes/arm64/ti/k3-pinctrl.h
74
#define PIN_INPUT_PULLUP_NOST (INPUT_EN | PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am33xx.h
29
#define PIN_OUTPUT_PULLUP (PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am33xx.h
32
#define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am43xx.h
42
#define PIN_OUTPUT_PULLUP (PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am43xx.h
45
#define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/dm814x.h
34
#define PIN_OUTPUT_PULLUP (PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/dm814x.h
37
#define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/dra.h
60
#define PIN_OUTPUT_PULLUP (PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/dra.h
64
#define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/omap.h
39
#define PIN_OUTPUT_PULLUP (PIN_OUTPUT | PULL_ENA | PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/omap.h
42
#define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)