Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-ux500/
Dboard-mop500-pins.c41 GPIO84_GPIO | PIN_INPUT_PULLUP, /* TOUCH_INT1 */
44 GPIO218_GPIO | PIN_INPUT_PULLUP,
53 GPIO24_MC0_CMD | PIN_INPUT_PULLUP,
54 GPIO25_MC0_DAT0 | PIN_INPUT_PULLUP,
55 GPIO26_MC0_DAT1 | PIN_INPUT_PULLUP,
56 GPIO27_MC0_DAT2 | PIN_INPUT_PULLUP,
57 GPIO28_MC0_DAT3 | PIN_INPUT_PULLUP,
62 GPIO210_MC1_CMD | PIN_INPUT_PULLUP,
63 GPIO211_MC1_DAT0 | PIN_INPUT_PULLUP,
64 GPIO212_MC1_DAT1 | PIN_INPUT_PULLUP,
[all …]
/linux-2.6.39/arch/arm/plat-nomadik/include/plat/
Dpincfg.h111 #define PIN_INPUT_PULLUP (PIN_DIR_INPUT | PIN_PULL_UP) macro