Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c157 #define PIN_GPIOMODE_SHIFT 26 macro
158 #define PIN_GPIOMODE_MASK (0x1 << PIN_GPIOMODE_SHIFT)
159 #define PIN_GPIOMODE(x) (((x) & PIN_GPIOMODE_MASK) >> PIN_GPIOMODE_SHIFT)
160 #define PIN_GPIOMODE_DISABLED (0 << PIN_GPIOMODE_SHIFT)
161 #define PIN_GPIOMODE_ENABLED (1 << PIN_GPIOMODE_SHIFT)