Searched refs:PIN_PULL_SHIFT (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-nomadik/include/plat/
H A Dpincfg.h46 #define PIN_PULL_SHIFT 11 macro
47 #define PIN_PULL_MASK (0x3 << PIN_PULL_SHIFT)
48 #define PIN_PULL(x) (((x) & PIN_PULL_MASK) >> PIN_PULL_SHIFT)
49 #define PIN_PULL_NONE (NMK_GPIO_PULL_NONE << PIN_PULL_SHIFT)
50 #define PIN_PULL_UP (NMK_GPIO_PULL_UP << PIN_PULL_SHIFT)
51 #define PIN_PULL_DOWN (NMK_GPIO_PULL_DOWN << PIN_PULL_SHIFT)

Completed in 48 milliseconds