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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 102 milliseconds