OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PULL_DIS
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/arch/arm/include/asm/arch-hi6220/
pinmux.h
25
#define
PULL_DIS
(0)
/external/u-boot/include/dt-bindings/pinctrl/
dra.h
54
#define
PULL_DIS
(1 << 16)
62
#define PIN_OUTPUT (0 |
PULL_DIS
)
65
#define PIN_INPUT (INPUT_EN |
PULL_DIS
)
/external/u-boot/arch/arm/include/asm/arch-omap5/
mux_dra7xx.h
15
#define
PULL_DIS
(1 << 16)
21
#define PIN_OUTPUT (0 |
PULL_DIS
)
24
#define PIN_INPUT (INPUT_EN |
PULL_DIS
)
Completed in 79 milliseconds