Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c162 #define PIN_GPIOMODE_SHIFT 26 macro
163 #define PIN_GPIOMODE_MASK (0x1 << PIN_GPIOMODE_SHIFT)
164 #define PIN_GPIOMODE(x) (((x) & PIN_GPIOMODE_MASK) >> PIN_GPIOMODE_SHIFT)
165 #define PIN_GPIOMODE_DISABLED (0 << PIN_GPIOMODE_SHIFT)
166 #define PIN_GPIOMODE_ENABLED (1 << PIN_GPIOMODE_SHIFT)