Home
last modified time | relevance | path

Searched refs:PULL_DIS (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/dt-bindings/pinctrl/
Ddra.h54 #define PULL_DIS (1 << 16) macro
62 #define PIN_OUTPUT (0 | PULL_DIS)
65 #define PIN_INPUT (INPUT_EN | PULL_DIS)
/external/u-boot/arch/arm/include/asm/arch-omap5/
Dmux_dra7xx.h15 #define PULL_DIS (1 << 16) macro
21 #define PIN_OUTPUT (0 | PULL_DIS)
24 #define PIN_INPUT (INPUT_EN | PULL_DIS)
/external/u-boot/arch/arm/include/asm/arch-hi6220/
Dpinmux.h25 #define PULL_DIS (0) macro