Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-nomadik/include/plat/
Dpincfg.h61 #define PIN_PULL_DOWN (NMK_GPIO_PULL_DOWN << PIN_PULL_SHIFT)
93 ((1 + NMK_GPIO_PULL_DOWN) << PIN_SLPM_PULL_SHIFT)
Dgpio.h62 NMK_GPIO_PULL_DOWN, enumerator
/linux-2.6.39/arch/arm/plat-nomadik/
Dgpio.c112 else if (pull == NMK_GPIO_PULL_DOWN) in __nmk_gpio_set_pull()
177 [NMK_GPIO_PULL_DOWN] = "down", in __nmk_config_pin()