Searched refs:OMAP_INPUT_EN (Results 1 – 2 of 2) sorted by relevance
33 #define OMAP_INPUT_EN (1 << 8) macro46 #define OMAP_PIN_INPUT OMAP_INPUT_EN47 #define OMAP_PIN_INPUT_PULLUP (OMAP_PULL_ENA | OMAP_INPUT_EN \49 #define OMAP_PIN_INPUT_PULLDOWN (OMAP_PULL_ENA | OMAP_INPUT_EN)
466 if (val & OMAP_INPUT_EN) { in omap_mux_decode()