Home
last modified time | relevance | path

Searched refs:PIN_DIR_INPUT (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/mach-ux500/
Dboard-u5500-sdi.c22 GPIO5_MC0_DAT0 | PIN_DIR_INPUT | PIN_PULL_UP,
23 GPIO6_MC0_DAT1 | PIN_DIR_INPUT | PIN_PULL_UP,
24 GPIO7_MC0_DAT2 | PIN_DIR_INPUT | PIN_PULL_UP,
25 GPIO8_MC0_DAT3 | PIN_DIR_INPUT | PIN_PULL_UP,
26 GPIO9_MC0_DAT4 | PIN_DIR_INPUT | PIN_PULL_UP,
27 GPIO10_MC0_DAT5 | PIN_DIR_INPUT | PIN_PULL_UP,
28 GPIO11_MC0_DAT6 | PIN_DIR_INPUT | PIN_PULL_UP,
29 GPIO12_MC0_DAT7 | PIN_DIR_INPUT | PIN_PULL_UP,
30 GPIO13_MC0_CMD | PIN_DIR_INPUT | PIN_PULL_UP,
/linux-2.6.39/arch/arm/plat-nomadik/include/plat/
Dpincfg.h75 #define PIN_DIR_INPUT (0 << PIN_DIR_SHIFT) macro
110 #define PIN_INPUT_PULLDOWN (PIN_DIR_INPUT | PIN_PULL_DOWN)
111 #define PIN_INPUT_PULLUP (PIN_DIR_INPUT | PIN_PULL_UP)
112 #define PIN_INPUT_NOPULL (PIN_DIR_INPUT | PIN_PULL_NONE)