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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dmux.h32 #define OMAP_INPUT_EN (1 << 8) macro
42 #define OMAP_PIN_INPUT OMAP_INPUT_EN
43 #define OMAP_PIN_INPUT_PULLUP (OMAP_PULL_ENA | OMAP_INPUT_EN \
45 #define OMAP_PIN_INPUT_PULLDOWN (OMAP_PULL_ENA | OMAP_INPUT_EN)
H A Dmux.c229 if (val & OMAP_INPUT_EN) {

Completed in 164 milliseconds