Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pinctrl/nomadik/
Dpinctrl-nomadik.c159 #define PIN_GPIOMODE_SHIFT 26 macro
160 #define PIN_GPIOMODE_MASK (0x1 << PIN_GPIOMODE_SHIFT)
161 #define PIN_GPIOMODE(x) (((x) & PIN_GPIOMODE_MASK) >> PIN_GPIOMODE_SHIFT)
162 #define PIN_GPIOMODE_DISABLED (0 << PIN_GPIOMODE_SHIFT)
163 #define PIN_GPIOMODE_ENABLED (1 << PIN_GPIOMODE_SHIFT)