Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-omap2/
Dmux.h33 #define OMAP_INPUT_EN (1 << 8) macro
46 #define OMAP_PIN_INPUT OMAP_INPUT_EN
47 #define OMAP_PIN_INPUT_PULLUP (OMAP_PULL_ENA | OMAP_INPUT_EN \
49 #define OMAP_PIN_INPUT_PULLDOWN (OMAP_PULL_ENA | OMAP_INPUT_EN)
Dmux.c466 if (val & OMAP_INPUT_EN) { in omap_mux_decode()