Home
last modified time | relevance | path

Searched defs:PULL_DOWN (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/
H A Dpinmux.h27 #define PULL_DOWN (1 << 1) macro
/openbmc/u-boot/include/dt-bindings/pinctrl/
H A Dhisi.h34 #define PULL_DOWN (1 << 1) macro
/openbmc/u-boot/arch/x86/include/asm/arch-braswell/
H A Dgpio.h109 PULL_DOWN, /* On Die Termination Down */ enumerator
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-at91.c32 #define PULL_DOWN BIT(3) macro