Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Dmux.h30 #define OMAP_INPUT_EN (1 << 8) macro
41 #define OMAP_PIN_INPUT OMAP_INPUT_EN
42 #define OMAP_PIN_INPUT_PULLUP (OMAP_PULL_ENA | OMAP_INPUT_EN \
44 #define OMAP_PIN_INPUT_PULLDOWN (OMAP_PULL_ENA | OMAP_INPUT_EN)
Dmux.c545 if (val & OMAP_INPUT_EN) { in omap_mux_decode()