Home
last modified time | relevance | path

Searched defs:PIN_INPUT_PULLUP (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/include/dt-bindings/pinctrl/
H A Ddm814x.h37 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP) macro
H A Dam43xx.h45 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP) macro
H A Ddra.h64 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP) macro
H A Domap.h42 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP) macro
H A Dam33xx.h32 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP) macro
/openbmc/u-boot/include/dt-bindings/pinctrl/
H A Dam33xx.h31 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP) macro
H A Dam43xx.h30 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP) macro
H A Dk3-am65.h43 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP) macro
H A Ddra.h67 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP) macro
H A Domap.h44 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP) macro
/openbmc/u-boot/include/dt-bindings/gpio/
H A Dx86-gpio.h25 #define PIN_INPUT_PULLUP 1 macro
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-pinctrl.h30 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP) macro
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/
H A Dmux_dra7xx.h26 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP) macro
/openbmc/linux/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c177 #define PIN_INPUT_PULLUP (PIN_DIR_INPUT | PIN_PULL_UP) macro